Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.3 KB

UpdateGroupRequest.md

File metadata and controls

82 lines (45 loc) · 2.3 KB

UpdateGroupRequest

Properties

Name Type Description Notes
DisplayName string
ExternalId Pointer to string [optional]
Members Pointer to []ScimResource [optional]
Schemas Pointer to []string [optional]

Methods

NewUpdateGroupRequest

func NewUpdateGroupRequest(displayName string, ) *UpdateGroupRequest

NewUpdateGroupRequest instantiates a new UpdateGroupRequest object. 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.

NewUpdateGroupRequestWithDefaults

func NewUpdateGroupRequestWithDefaults() *UpdateGroupRequest

NewUpdateGroupRequestWithDefaults instantiates a new UpdateGroupRequest object. This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.

GetDisplayName

func (o *UpdateGroupRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

SetDisplayName

func (o *UpdateGroupRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetExternalId

func (o *UpdateGroupRequest) GetExternalId() string

GetExternalId returns the ExternalId field if non-nil, zero value otherwise.

SetExternalId

func (o *UpdateGroupRequest) SetExternalId(v string)

SetExternalId sets ExternalId field to given value.

GetMembers

func (o *UpdateGroupRequest) GetMembers() []ScimResource

GetMembers returns the Members field if non-nil, zero value otherwise.

SetMembers

func (o *UpdateGroupRequest) SetMembers(v []ScimResource)

SetMembers sets Members field to given value.

GetSchemas

func (o *UpdateGroupRequest) GetSchemas() []string

GetSchemas returns the Schemas field if non-nil, zero value otherwise.

SetSchemas

func (o *UpdateGroupRequest) SetSchemas(v []string)

SetSchemas sets Schemas field to given value.

[Back to Model list] [Back to API list] [Back to README]