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