diff --git a/models/model_invite_statement.go b/models/model_invite_statement.go index 941f1d9..cc341fc 100644 --- a/models/model_invite_statement.go +++ b/models/model_invite_statement.go @@ -32,7 +32,7 @@ type _InviteStatement InviteStatement // This constructor will assign default values to properties that have it defined, // and makes sure properties required by API are set, but the set of arguments // will change when the set of required properties is changed -func NewStatement(roles []string, resources []Resource) *InviteStatement { +func NewInviteStatement(roles []string, resources []Resource) *InviteStatement { this := InviteStatement{} this.Roles = roles this.Resources = resources