Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.55 KB

File metadata and controls

108 lines (59 loc) · 3.55 KB

UpdateIdpGroupMappingsRequestMappingsInner

Properties

Name Type Description Notes
GroupId Pointer to string [optional]
Alias Pointer to string [optional]
HiddenFromEndUser Pointer to bool [optional]

Methods

NewUpdateIdpGroupMappingsRequestMappingsInner

func NewUpdateIdpGroupMappingsRequestMappingsInner() *UpdateIdpGroupMappingsRequestMappingsInner

NewUpdateIdpGroupMappingsRequestMappingsInner instantiates a new UpdateIdpGroupMappingsRequestMappingsInner 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

NewUpdateIdpGroupMappingsRequestMappingsInnerWithDefaults

func NewUpdateIdpGroupMappingsRequestMappingsInnerWithDefaults() *UpdateIdpGroupMappingsRequestMappingsInner

NewUpdateIdpGroupMappingsRequestMappingsInnerWithDefaults instantiates a new UpdateIdpGroupMappingsRequestMappingsInner 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

GetGroupId

func (o *UpdateIdpGroupMappingsRequestMappingsInner) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *UpdateIdpGroupMappingsRequestMappingsInner) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGroupId

func (o *UpdateIdpGroupMappingsRequestMappingsInner) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

HasGroupId

func (o *UpdateIdpGroupMappingsRequestMappingsInner) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

GetAlias

func (o *UpdateIdpGroupMappingsRequestMappingsInner) GetAlias() string

GetAlias returns the Alias field if non-nil, zero value otherwise.

GetAliasOk

func (o *UpdateIdpGroupMappingsRequestMappingsInner) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAlias

func (o *UpdateIdpGroupMappingsRequestMappingsInner) SetAlias(v string)

SetAlias sets Alias field to given value.

HasAlias

func (o *UpdateIdpGroupMappingsRequestMappingsInner) HasAlias() bool

HasAlias returns a boolean if a field has been set.

GetHiddenFromEndUser

func (o *UpdateIdpGroupMappingsRequestMappingsInner) GetHiddenFromEndUser() bool

GetHiddenFromEndUser returns the HiddenFromEndUser field if non-nil, zero value otherwise.

GetHiddenFromEndUserOk

func (o *UpdateIdpGroupMappingsRequestMappingsInner) GetHiddenFromEndUserOk() (*bool, bool)

GetHiddenFromEndUserOk returns a tuple with the HiddenFromEndUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHiddenFromEndUser

func (o *UpdateIdpGroupMappingsRequestMappingsInner) SetHiddenFromEndUser(v bool)

SetHiddenFromEndUser sets HiddenFromEndUser field to given value.

HasHiddenFromEndUser

func (o *UpdateIdpGroupMappingsRequestMappingsInner) HasHiddenFromEndUser() bool

HasHiddenFromEndUser returns a boolean if a field has been set.

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