Name | Type | Description | Notes |
---|---|---|---|
ServiceId | Pointer to int64 | [optional] | |
OrganizationId | Pointer to int64 | [optional] | |
ApiServerId | Pointer to int64 | [optional] | |
AccessToken | Pointer to string | [optional] | |
TokenId | Pointer to string | [optional] | |
Description | Pointer to string | [optional] |
func NewServiceTokenResponse() *ServiceTokenResponse
NewServiceTokenResponse instantiates a new ServiceTokenResponse 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 NewServiceTokenResponseWithDefaults() *ServiceTokenResponse
NewServiceTokenResponseWithDefaults instantiates a new ServiceTokenResponse 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 *ServiceTokenResponse) GetServiceId() int64
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *ServiceTokenResponse) GetServiceIdOk() (*int64, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceTokenResponse) SetServiceId(v int64)
SetServiceId sets ServiceId field to given value.
func (o *ServiceTokenResponse) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (o *ServiceTokenResponse) GetOrganizationId() int64
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *ServiceTokenResponse) 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 *ServiceTokenResponse) SetOrganizationId(v int64)
SetOrganizationId sets OrganizationId field to given value.
func (o *ServiceTokenResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (o *ServiceTokenResponse) GetApiServerId() int64
GetApiServerId returns the ApiServerId field if non-nil, zero value otherwise.
func (o *ServiceTokenResponse) GetApiServerIdOk() (*int64, bool)
GetApiServerIdOk returns a tuple with the ApiServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceTokenResponse) SetApiServerId(v int64)
SetApiServerId sets ApiServerId field to given value.
func (o *ServiceTokenResponse) HasApiServerId() bool
HasApiServerId returns a boolean if a field has been set.
func (o *ServiceTokenResponse) GetAccessToken() string
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
func (o *ServiceTokenResponse) 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 *ServiceTokenResponse) SetAccessToken(v string)
SetAccessToken sets AccessToken field to given value.
func (o *ServiceTokenResponse) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (o *ServiceTokenResponse) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *ServiceTokenResponse) 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 *ServiceTokenResponse) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *ServiceTokenResponse) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *ServiceTokenResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ServiceTokenResponse) 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 *ServiceTokenResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ServiceTokenResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.