Name | Type | Description | Notes |
---|---|---|---|
OrganizationId | Pointer to int64 | [optional] | |
AccessToken | Pointer to string | [optional] | |
TokenId | Pointer to string | [optional] | |
Description | Pointer to string | [optional] |
func NewOrganizationTokenResponse() *OrganizationTokenResponse
NewOrganizationTokenResponse instantiates a new OrganizationTokenResponse 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 NewOrganizationTokenResponseWithDefaults() *OrganizationTokenResponse
NewOrganizationTokenResponseWithDefaults instantiates a new OrganizationTokenResponse 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 *OrganizationTokenResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *OrganizationTokenResponse) GetOrganizationIdOk() (*int64, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationTokenResponse) SetOrganizationId(v int64)
SetOrganizationId sets OrganizationId field to given value.
func (o *OrganizationTokenResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (o *OrganizationTokenResponse) GetAccessToken() string
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
func (o *OrganizationTokenResponse) 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 *OrganizationTokenResponse) SetAccessToken(v string)
SetAccessToken sets AccessToken field to given value.
func (o *OrganizationTokenResponse) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (o *OrganizationTokenResponse) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *OrganizationTokenResponse) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationTokenResponse) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *OrganizationTokenResponse) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *OrganizationTokenResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *OrganizationTokenResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationTokenResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *OrganizationTokenResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.