Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.49 KB

ScopeMappingRepresentation.md

File metadata and controls

160 lines (87 loc) · 4.49 KB

ScopeMappingRepresentation

Properties

Name Type Description Notes
Self Pointer to string [optional]
Client Pointer to string [optional]
ClientTemplate Pointer to string [optional]
ClientScope Pointer to string [optional]
Roles Pointer to []string [optional]

Methods

NewScopeMappingRepresentation

func NewScopeMappingRepresentation() *ScopeMappingRepresentation

NewScopeMappingRepresentation instantiates a new ScopeMappingRepresentation 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

NewScopeMappingRepresentationWithDefaults

func NewScopeMappingRepresentationWithDefaults() *ScopeMappingRepresentation

NewScopeMappingRepresentationWithDefaults instantiates a new ScopeMappingRepresentation 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

GetSelf

func (o *ScopeMappingRepresentation) GetSelf() string

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *ScopeMappingRepresentation) GetSelfOk() (*string, bool)

GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelf

func (o *ScopeMappingRepresentation) SetSelf(v string)

SetSelf sets Self field to given value.

HasSelf

func (o *ScopeMappingRepresentation) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetClient

func (o *ScopeMappingRepresentation) GetClient() string

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

GetClientOk

func (o *ScopeMappingRepresentation) GetClientOk() (*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 *ScopeMappingRepresentation) SetClient(v string)

SetClient sets Client field to given value.

HasClient

func (o *ScopeMappingRepresentation) HasClient() bool

HasClient returns a boolean if a field has been set.

GetClientTemplate

func (o *ScopeMappingRepresentation) GetClientTemplate() string

GetClientTemplate returns the ClientTemplate field if non-nil, zero value otherwise.

GetClientTemplateOk

func (o *ScopeMappingRepresentation) GetClientTemplateOk() (*string, bool)

GetClientTemplateOk returns a tuple with the ClientTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClientTemplate

func (o *ScopeMappingRepresentation) SetClientTemplate(v string)

SetClientTemplate sets ClientTemplate field to given value.

HasClientTemplate

func (o *ScopeMappingRepresentation) HasClientTemplate() bool

HasClientTemplate returns a boolean if a field has been set.

GetClientScope

func (o *ScopeMappingRepresentation) GetClientScope() string

GetClientScope returns the ClientScope field if non-nil, zero value otherwise.

GetClientScopeOk

func (o *ScopeMappingRepresentation) GetClientScopeOk() (*string, bool)

GetClientScopeOk returns a tuple with the ClientScope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClientScope

func (o *ScopeMappingRepresentation) SetClientScope(v string)

SetClientScope sets ClientScope field to given value.

HasClientScope

func (o *ScopeMappingRepresentation) HasClientScope() bool

HasClientScope returns a boolean if a field has been set.

GetRoles

func (o *ScopeMappingRepresentation) GetRoles() []string

GetRoles returns the Roles field if non-nil, zero value otherwise.

GetRolesOk

func (o *ScopeMappingRepresentation) GetRolesOk() (*[]string, bool)

GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRoles

func (o *ScopeMappingRepresentation) SetRoles(v []string)

SetRoles sets Roles field to given value.

HasRoles

func (o *ScopeMappingRepresentation) HasRoles() bool

HasRoles returns a boolean if a field has been set.

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