| Name | Type | Description | Notes |
|---|---|---|---|
| DisplayName | Pointer to string | Display name of the group (Talon.One role). | [optional] |
| Members | Pointer to []ScimGroupMember | List of members to assign to the new Talon.One role. | [optional] |
func NewScimBaseGroup() *ScimBaseGroup
NewScimBaseGroup instantiates a new ScimBaseGroup 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 NewScimBaseGroupWithDefaults() *ScimBaseGroup
NewScimBaseGroupWithDefaults instantiates a new ScimBaseGroup 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 *ScimBaseGroup) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ScimBaseGroup) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimBaseGroup) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ScimBaseGroup) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ScimBaseGroup) GetMembers() []ScimGroupMember
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *ScimBaseGroup) GetMembersOk() (*[]ScimGroupMember, bool)
GetMembersOk returns a tuple with the Members field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimBaseGroup) SetMembers(v []ScimGroupMember)
SetMembers sets Members field to given value.
func (o *ScimBaseGroup) HasMembers() bool
HasMembers returns a boolean if a field has been set.