Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Protocol | Pointer to string | [optional] | |
Attributes | Pointer to map[string]string | [optional] | |
ProtocolMappers | Pointer to []ProtocolMapperRepresentation | [optional] |
func NewClientScopeRepresentation() *ClientScopeRepresentation
NewClientScopeRepresentation instantiates a new ClientScopeRepresentation 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 NewClientScopeRepresentationWithDefaults() *ClientScopeRepresentation
NewClientScopeRepresentationWithDefaults instantiates a new ClientScopeRepresentation 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 *ClientScopeRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClientScopeRepresentation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientScopeRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *ClientScopeRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClientScopeRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClientScopeRepresentation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientScopeRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *ClientScopeRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ClientScopeRepresentation) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ClientScopeRepresentation) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientScopeRepresentation) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ClientScopeRepresentation) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ClientScopeRepresentation) GetProtocol() string
GetProtocol returns the Protocol field if non-nil, zero value otherwise.
func (o *ClientScopeRepresentation) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientScopeRepresentation) SetProtocol(v string)
SetProtocol sets Protocol field to given value.
func (o *ClientScopeRepresentation) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (o *ClientScopeRepresentation) GetAttributes() map[string]string
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *ClientScopeRepresentation) GetAttributesOk() (*map[string]string, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientScopeRepresentation) SetAttributes(v map[string]string)
SetAttributes sets Attributes field to given value.
func (o *ClientScopeRepresentation) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *ClientScopeRepresentation) GetProtocolMappers() []ProtocolMapperRepresentation
GetProtocolMappers returns the ProtocolMappers field if non-nil, zero value otherwise.
func (o *ClientScopeRepresentation) GetProtocolMappersOk() (*[]ProtocolMapperRepresentation, bool)
GetProtocolMappersOk returns a tuple with the ProtocolMappers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientScopeRepresentation) SetProtocolMappers(v []ProtocolMapperRepresentation)
SetProtocolMappers sets ProtocolMappers field to given value.
func (o *ClientScopeRepresentation) HasProtocolMappers() bool
HasProtocolMappers returns a boolean if a field has been set.