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] |
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
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
func (o *ScopeMappingRepresentation) GetSelf() string
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *ScopeMappingRepresentation) SetSelf(v string)
SetSelf sets Self field to given value.
func (o *ScopeMappingRepresentation) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (o *ScopeMappingRepresentation) GetClient() string
GetClient returns the Client field if non-nil, zero value otherwise.
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.
func (o *ScopeMappingRepresentation) SetClient(v string)
SetClient sets Client field to given value.
func (o *ScopeMappingRepresentation) HasClient() bool
HasClient returns a boolean if a field has been set.
func (o *ScopeMappingRepresentation) GetClientTemplate() string
GetClientTemplate returns the ClientTemplate field if non-nil, zero value otherwise.
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.
func (o *ScopeMappingRepresentation) SetClientTemplate(v string)
SetClientTemplate sets ClientTemplate field to given value.
func (o *ScopeMappingRepresentation) HasClientTemplate() bool
HasClientTemplate returns a boolean if a field has been set.
func (o *ScopeMappingRepresentation) GetClientScope() string
GetClientScope returns the ClientScope field if non-nil, zero value otherwise.
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.
func (o *ScopeMappingRepresentation) SetClientScope(v string)
SetClientScope sets ClientScope field to given value.
func (o *ScopeMappingRepresentation) HasClientScope() bool
HasClientScope returns a boolean if a field has been set.
func (o *ScopeMappingRepresentation) GetRoles() []string
GetRoles returns the Roles field if non-nil, zero value otherwise.
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.
func (o *ScopeMappingRepresentation) SetRoles(v []string)
SetRoles sets Roles field to given value.
func (o *ScopeMappingRepresentation) HasRoles() bool
HasRoles returns a boolean if a field has been set.