Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.38 KB

File metadata and controls

82 lines (45 loc) · 2.38 KB

ScimBaseGroup

Properties

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]

Methods

NewScimBaseGroup

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

NewScimBaseGroupWithDefaults

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

GetDisplayName

func (o *ScimBaseGroup) GetDisplayName() string

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

GetDisplayNameOk

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.

SetDisplayName

func (o *ScimBaseGroup) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ScimBaseGroup) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetMembers

func (o *ScimBaseGroup) GetMembers() []ScimGroupMember

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

GetMembersOk

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.

SetMembers

func (o *ScimBaseGroup) SetMembers(v []ScimGroupMember)

SetMembers sets Members field to given value.

HasMembers

func (o *ScimBaseGroup) HasMembers() bool

HasMembers returns a boolean if a field has been set.

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