| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Description | Pointer to NullableString | [optional] | |
| ClaimType | Pointer to NullableString | [optional] | |
| ClaimValue | Pointer to NullableString | [optional] | |
| Provider | Pointer to SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse | [optional] |
func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse() *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse
NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse 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 NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponseWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse
NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponseWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse 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 *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetIdOk() (*int32, 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 *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) 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 *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimType() string
GetClaimType returns the ClaimType field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimTypeOk() (*string, bool)
GetClaimTypeOk returns a tuple with the ClaimType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimType(v string)
SetClaimType sets ClaimType field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasClaimType() bool
HasClaimType returns a boolean if a field has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimTypeNil(b bool)
SetClaimTypeNil sets the value for ClaimType to be an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetClaimType()
UnsetClaimType ensures that no value is present for ClaimType, not even an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimValue() string
GetClaimValue returns the ClaimValue field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimValueOk() (*string, bool)
GetClaimValueOk returns a tuple with the ClaimValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimValue(v string)
SetClaimValue sets ClaimValue field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasClaimValue() bool
HasClaimValue returns a boolean if a field has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimValueNil(b bool)
SetClaimValueNil sets the value for ClaimValue to be an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetClaimValue()
UnsetClaimValue ensures that no value is present for ClaimValue, not even an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetProvider() SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetProviderOk() (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetProvider(v SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse)
SetProvider sets Provider field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasProvider() bool
HasProvider returns a boolean if a field has been set.