Name | Type | Description | Notes |
---|---|---|---|
AccessToken | Pointer to string | [optional] | |
TokenType | Pointer to string | [optional] | |
ExpiresIn | Pointer to string | [optional] |
func NewAccesstokenResponse() *AccesstokenResponse
NewAccesstokenResponse instantiates a new AccesstokenResponse 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 NewAccesstokenResponseWithDefaults() *AccesstokenResponse
NewAccesstokenResponseWithDefaults instantiates a new AccesstokenResponse 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 *AccesstokenResponse) GetAccessToken() string
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
func (o *AccesstokenResponse) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccesstokenResponse) SetAccessToken(v string)
SetAccessToken sets AccessToken field to given value.
func (o *AccesstokenResponse) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (o *AccesstokenResponse) GetTokenType() string
GetTokenType returns the TokenType field if non-nil, zero value otherwise.
func (o *AccesstokenResponse) GetTokenTypeOk() (*string, bool)
GetTokenTypeOk returns a tuple with the TokenType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccesstokenResponse) SetTokenType(v string)
SetTokenType sets TokenType field to given value.
func (o *AccesstokenResponse) HasTokenType() bool
HasTokenType returns a boolean if a field has been set.
func (o *AccesstokenResponse) GetExpiresIn() string
GetExpiresIn returns the ExpiresIn field if non-nil, zero value otherwise.
func (o *AccesstokenResponse) GetExpiresInOk() (*string, bool)
GetExpiresInOk returns a tuple with the ExpiresIn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccesstokenResponse) SetExpiresIn(v string)
SetExpiresIn sets ExpiresIn field to given value.
func (o *AccesstokenResponse) HasExpiresIn() bool
HasExpiresIn returns a boolean if a field has been set.