Name | Type | Description | Notes |
---|---|---|---|
Token | Pointer to string | [optional] | |
Verifier | Pointer to string | [optional] |
func NewJsonMDNOAuthToken() *JsonMDNOAuthToken
NewJsonMDNOAuthToken instantiates a new JsonMDNOAuthToken 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 NewJsonMDNOAuthTokenWithDefaults() *JsonMDNOAuthToken
NewJsonMDNOAuthTokenWithDefaults instantiates a new JsonMDNOAuthToken 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 *JsonMDNOAuthToken) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *JsonMDNOAuthToken) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonMDNOAuthToken) SetToken(v string)
SetToken sets Token field to given value.
func (o *JsonMDNOAuthToken) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *JsonMDNOAuthToken) GetVerifier() string
GetVerifier returns the Verifier field if non-nil, zero value otherwise.
func (o *JsonMDNOAuthToken) GetVerifierOk() (*string, bool)
GetVerifierOk returns a tuple with the Verifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonMDNOAuthToken) SetVerifier(v string)
SetVerifier sets Verifier field to given value.
func (o *JsonMDNOAuthToken) HasVerifier() bool
HasVerifier returns a boolean if a field has been set.