Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.84 KB

Composites.md

File metadata and controls

108 lines (59 loc) · 2.84 KB

Composites

Properties

Name Type Description Notes
Realm Pointer to []string [optional]
Client Pointer to map[string][]string [optional]
Application Pointer to map[string][]string [optional]

Methods

NewComposites

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

NewCompositesWithDefaults

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

GetRealm

func (o *Composites) GetRealm() []string

GetRealm returns the Realm field if non-nil, zero value otherwise.

GetRealmOk

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.

SetRealm

func (o *Composites) SetRealm(v []string)

SetRealm sets Realm field to given value.

HasRealm

func (o *Composites) HasRealm() bool

HasRealm returns a boolean if a field has been set.

GetClient

func (o *Composites) GetClient() map[string][]string

GetClient returns the Client field if non-nil, zero value otherwise.

GetClientOk

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.

SetClient

func (o *Composites) SetClient(v map[string][]string)

SetClient sets Client field to given value.

HasClient

func (o *Composites) HasClient() bool

HasClient returns a boolean if a field has been set.

GetApplication

func (o *Composites) GetApplication() map[string][]string

GetApplication returns the Application field if non-nil, zero value otherwise.

GetApplicationOk

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.

SetApplication

func (o *Composites) SetApplication(v map[string][]string)

SetApplication sets Application field to given value.

HasApplication

func (o *Composites) HasApplication() bool

HasApplication returns a boolean if a field has been set.

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