| Name | Type | Description | Notes |
|---|---|---|---|
| AccessToken | string |
func NewTokenDto(accessToken string, ) *TokenDto
NewTokenDto instantiates a new TokenDto 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 NewTokenDtoWithDefaults() *TokenDto
NewTokenDtoWithDefaults instantiates a new TokenDto 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 *TokenDto) GetAccessToken() string
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
func (o *TokenDto) 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 *TokenDto) SetAccessToken(v string)
SetAccessToken sets AccessToken field to given value.