From 79370059b424ad864131db23e082dcbfda87fcd3 Mon Sep 17 00:00:00 2001 From: Warren Parad Date: Tue, 29 Oct 2024 13:07:19 +0100 Subject: [PATCH] Update function name to match creation. --- models/model_invite_statement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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