Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Protocol | Pointer to string | [optional] | |
ProtocolMapper | Pointer to string | [optional] | |
ConsentRequired | Pointer to bool | [optional] | |
ConsentText | Pointer to string | [optional] | |
Config | Pointer to map[string]string | [optional] |
func NewProtocolMapperRepresentation() *ProtocolMapperRepresentation
NewProtocolMapperRepresentation instantiates a new ProtocolMapperRepresentation 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 NewProtocolMapperRepresentationWithDefaults() *ProtocolMapperRepresentation
NewProtocolMapperRepresentationWithDefaults instantiates a new ProtocolMapperRepresentation 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 *ProtocolMapperRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ProtocolMapperRepresentation) 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 *ProtocolMapperRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *ProtocolMapperRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ProtocolMapperRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProtocolMapperRepresentation) 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 *ProtocolMapperRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *ProtocolMapperRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProtocolMapperRepresentation) GetProtocol() string
GetProtocol returns the Protocol field if non-nil, zero value otherwise.
func (o *ProtocolMapperRepresentation) 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 *ProtocolMapperRepresentation) SetProtocol(v string)
SetProtocol sets Protocol field to given value.
func (o *ProtocolMapperRepresentation) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (o *ProtocolMapperRepresentation) GetProtocolMapper() string
GetProtocolMapper returns the ProtocolMapper field if non-nil, zero value otherwise.
func (o *ProtocolMapperRepresentation) GetProtocolMapperOk() (*string, bool)
GetProtocolMapperOk returns a tuple with the ProtocolMapper field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperRepresentation) SetProtocolMapper(v string)
SetProtocolMapper sets ProtocolMapper field to given value.
func (o *ProtocolMapperRepresentation) HasProtocolMapper() bool
HasProtocolMapper returns a boolean if a field has been set.
func (o *ProtocolMapperRepresentation) GetConsentRequired() bool
GetConsentRequired returns the ConsentRequired field if non-nil, zero value otherwise.
func (o *ProtocolMapperRepresentation) GetConsentRequiredOk() (*bool, bool)
GetConsentRequiredOk returns a tuple with the ConsentRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperRepresentation) SetConsentRequired(v bool)
SetConsentRequired sets ConsentRequired field to given value.
func (o *ProtocolMapperRepresentation) HasConsentRequired() bool
HasConsentRequired returns a boolean if a field has been set.
func (o *ProtocolMapperRepresentation) GetConsentText() string
GetConsentText returns the ConsentText field if non-nil, zero value otherwise.
func (o *ProtocolMapperRepresentation) GetConsentTextOk() (*string, bool)
GetConsentTextOk returns a tuple with the ConsentText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperRepresentation) SetConsentText(v string)
SetConsentText sets ConsentText field to given value.
func (o *ProtocolMapperRepresentation) HasConsentText() bool
HasConsentText returns a boolean if a field has been set.
func (o *ProtocolMapperRepresentation) GetConfig() map[string]string
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *ProtocolMapperRepresentation) GetConfigOk() (*map[string]string, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProtocolMapperRepresentation) SetConfig(v map[string]string)
SetConfig sets Config field to given value.
func (o *ProtocolMapperRepresentation) HasConfig() bool
HasConfig returns a boolean if a field has been set.