Name | Type | Description | Notes |
---|---|---|---|
DisplayName | string | ||
ExternalId | Pointer to string | [optional] | |
Members | Pointer to []ScimResource | [optional] | |
Schemas | Pointer to []string | [optional] |
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.
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.
func (o *UpdateGroupRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *UpdateGroupRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *UpdateGroupRequest) GetExternalId() string
GetExternalId returns the ExternalId field if non-nil, zero value otherwise.
func (o *UpdateGroupRequest) SetExternalId(v string)
SetExternalId sets ExternalId field to given value.
func (o *UpdateGroupRequest) GetMembers() []ScimResource
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *UpdateGroupRequest) SetMembers(v []ScimResource)
SetMembers sets Members field to given value.
func (o *UpdateGroupRequest) GetSchemas() []string
GetSchemas returns the Schemas field if non-nil, zero value otherwise.
func (o *UpdateGroupRequest) SetSchemas(v []string)
SetSchemas sets Schemas field to given value.