Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.94 KB

OrganizationTokenResponse.md

File metadata and controls

134 lines (73 loc) · 3.94 KB

OrganizationTokenResponse

Properties

Name Type Description Notes
OrganizationId Pointer to int64 [optional]
AccessToken Pointer to string [optional]
TokenId Pointer to string [optional]
Description Pointer to string [optional]

Methods

NewOrganizationTokenResponse

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

NewOrganizationTokenResponseWithDefaults

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

GetOrganizationId

func (o *OrganizationTokenResponse) GetOrganizationId() int64

GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.

GetOrganizationIdOk

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.

SetOrganizationId

func (o *OrganizationTokenResponse) SetOrganizationId(v int64)

SetOrganizationId sets OrganizationId field to given value.

HasOrganizationId

func (o *OrganizationTokenResponse) HasOrganizationId() bool

HasOrganizationId returns a boolean if a field has been set.

GetAccessToken

func (o *OrganizationTokenResponse) GetAccessToken() string

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

GetAccessTokenOk

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.

SetAccessToken

func (o *OrganizationTokenResponse) SetAccessToken(v string)

SetAccessToken sets AccessToken field to given value.

HasAccessToken

func (o *OrganizationTokenResponse) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

GetTokenId

func (o *OrganizationTokenResponse) GetTokenId() string

GetTokenId returns the TokenId field if non-nil, zero value otherwise.

GetTokenIdOk

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.

SetTokenId

func (o *OrganizationTokenResponse) SetTokenId(v string)

SetTokenId sets TokenId field to given value.

HasTokenId

func (o *OrganizationTokenResponse) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

GetDescription

func (o *OrganizationTokenResponse) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *OrganizationTokenResponse) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *OrganizationTokenResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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