Name | Type | Description | Notes |
---|---|---|---|
RealmMappings | Pointer to []RoleRepresentation | [optional] | |
ClientMappings | Pointer to map[string]ClientMappingsRepresentation | [optional] |
func NewMappingsRepresentation() *MappingsRepresentation
NewMappingsRepresentation instantiates a new MappingsRepresentation 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 NewMappingsRepresentationWithDefaults() *MappingsRepresentation
NewMappingsRepresentationWithDefaults instantiates a new MappingsRepresentation 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 *MappingsRepresentation) GetRealmMappings() []RoleRepresentation
GetRealmMappings returns the RealmMappings field if non-nil, zero value otherwise.
func (o *MappingsRepresentation) GetRealmMappingsOk() (*[]RoleRepresentation, bool)
GetRealmMappingsOk returns a tuple with the RealmMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MappingsRepresentation) SetRealmMappings(v []RoleRepresentation)
SetRealmMappings sets RealmMappings field to given value.
func (o *MappingsRepresentation) HasRealmMappings() bool
HasRealmMappings returns a boolean if a field has been set.
func (o *MappingsRepresentation) GetClientMappings() map[string]ClientMappingsRepresentation
GetClientMappings returns the ClientMappings field if non-nil, zero value otherwise.
func (o *MappingsRepresentation) GetClientMappingsOk() (*map[string]ClientMappingsRepresentation, bool)
GetClientMappingsOk returns a tuple with the ClientMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MappingsRepresentation) SetClientMappings(v map[string]ClientMappingsRepresentation)
SetClientMappings sets ClientMappings field to given value.
func (o *MappingsRepresentation) HasClientMappings() bool
HasClientMappings returns a boolean if a field has been set.