Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.65 KB

File metadata and controls

56 lines (31 loc) · 1.65 KB

AccessTokenField

Properties

Name Type Description Notes
AccessToken Pointer to string [optional]

Methods

NewAccessTokenField

func NewAccessTokenField() *AccessTokenField

NewAccessTokenField instantiates a new AccessTokenField 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

NewAccessTokenFieldWithDefaults

func NewAccessTokenFieldWithDefaults() *AccessTokenField

NewAccessTokenFieldWithDefaults instantiates a new AccessTokenField 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

GetAccessToken

func (o *AccessTokenField) GetAccessToken() string

GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.

GetAccessTokenOk

func (o *AccessTokenField) 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.

SetAccessToken

func (o *AccessTokenField) SetAccessToken(v string)

SetAccessToken sets AccessToken field to given value.

HasAccessToken

func (o *AccessTokenField) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]