Name | Type | Description | Notes |
---|---|---|---|
Realm | Pointer to []RoleRepresentation | [optional] | |
Client | Pointer to map[string][]RoleRepresentation | [optional] | |
Application | Pointer to map[string][]RoleRepresentation | [optional] |
func NewRolesRepresentation() *RolesRepresentation
NewRolesRepresentation instantiates a new RolesRepresentation 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 NewRolesRepresentationWithDefaults() *RolesRepresentation
NewRolesRepresentationWithDefaults instantiates a new RolesRepresentation 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 *RolesRepresentation) GetRealm() []RoleRepresentation
GetRealm returns the Realm field if non-nil, zero value otherwise.
func (o *RolesRepresentation) GetRealmOk() (*[]RoleRepresentation, bool)
GetRealmOk returns a tuple with the Realm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RolesRepresentation) SetRealm(v []RoleRepresentation)
SetRealm sets Realm field to given value.
func (o *RolesRepresentation) HasRealm() bool
HasRealm returns a boolean if a field has been set.
func (o *RolesRepresentation) GetClient() map[string][]RoleRepresentation
GetClient returns the Client field if non-nil, zero value otherwise.
func (o *RolesRepresentation) GetClientOk() (*map[string][]RoleRepresentation, bool)
GetClientOk returns a tuple with the Client field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RolesRepresentation) SetClient(v map[string][]RoleRepresentation)
SetClient sets Client field to given value.
func (o *RolesRepresentation) HasClient() bool
HasClient returns a boolean if a field has been set.
func (o *RolesRepresentation) GetApplication() map[string][]RoleRepresentation
GetApplication returns the Application field if non-nil, zero value otherwise.
func (o *RolesRepresentation) GetApplicationOk() (*map[string][]RoleRepresentation, bool)
GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RolesRepresentation) SetApplication(v map[string][]RoleRepresentation)
SetApplication sets Application field to given value.
func (o *RolesRepresentation) HasApplication() bool
HasApplication returns a boolean if a field has been set.