Name | Type | Description | Notes |
---|---|---|---|
TokenHeader | Pointer to string | Header name | [optional] |
TokenValue | Pointer to string | Token value | [optional] |
func NewTokenAuthInformationAllOf() *TokenAuthInformationAllOf
NewTokenAuthInformationAllOf instantiates a new TokenAuthInformationAllOf 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 NewTokenAuthInformationAllOfWithDefaults() *TokenAuthInformationAllOf
NewTokenAuthInformationAllOfWithDefaults instantiates a new TokenAuthInformationAllOf 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 *TokenAuthInformationAllOf) GetTokenHeader() string
GetTokenHeader returns the TokenHeader field if non-nil, zero value otherwise.
func (o *TokenAuthInformationAllOf) GetTokenHeaderOk() (*string, bool)
GetTokenHeaderOk returns a tuple with the TokenHeader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenAuthInformationAllOf) SetTokenHeader(v string)
SetTokenHeader sets TokenHeader field to given value.
func (o *TokenAuthInformationAllOf) HasTokenHeader() bool
HasTokenHeader returns a boolean if a field has been set.
func (o *TokenAuthInformationAllOf) GetTokenValue() string
GetTokenValue returns the TokenValue field if non-nil, zero value otherwise.
func (o *TokenAuthInformationAllOf) GetTokenValueOk() (*string, bool)
GetTokenValueOk returns a tuple with the TokenValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenAuthInformationAllOf) SetTokenValue(v string)
SetTokenValue sets TokenValue field to given value.
func (o *TokenAuthInformationAllOf) HasTokenValue() bool
HasTokenValue returns a boolean if a field has been set.