| Name | Type | Description | Notes |
|---|---|---|---|
| GroupId | Pointer to string | [optional] | |
| Alias | Pointer to string | [optional] | |
| HiddenFromEndUser | Pointer to bool | [optional] |
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
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
func (o *UpdateIdpGroupMappingsRequestMappingsInner) GetGroupId() string
GetGroupId returns the GroupId field if non-nil, zero value otherwise.
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.
func (o *UpdateIdpGroupMappingsRequestMappingsInner) SetGroupId(v string)
SetGroupId sets GroupId field to given value.
func (o *UpdateIdpGroupMappingsRequestMappingsInner) HasGroupId() bool
HasGroupId returns a boolean if a field has been set.
func (o *UpdateIdpGroupMappingsRequestMappingsInner) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
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.
func (o *UpdateIdpGroupMappingsRequestMappingsInner) SetAlias(v string)
SetAlias sets Alias field to given value.
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.