Name | Type | Description | Notes |
---|---|---|---|
Links | Pointer to map[string]Link | [optional] | |
Id | Pointer to string | [optional] | |
Name | Pointer to string | The name of the token | [optional] |
Ending | Pointer to string | The last few characters of the token | [optional] |
ServiceToken | Pointer to bool | Whether this is a service token | [optional] |
func NewTokenSummary() *TokenSummary
NewTokenSummary instantiates a new TokenSummary 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 NewTokenSummaryWithDefaults() *TokenSummary
NewTokenSummaryWithDefaults instantiates a new TokenSummary 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 *TokenSummary) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *TokenSummary) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenSummary) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *TokenSummary) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *TokenSummary) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TokenSummary) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenSummary) SetId(v string)
SetId sets Id field to given value.
func (o *TokenSummary) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TokenSummary) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TokenSummary) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenSummary) SetName(v string)
SetName sets Name field to given value.
func (o *TokenSummary) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TokenSummary) GetEnding() string
GetEnding returns the Ending field if non-nil, zero value otherwise.
func (o *TokenSummary) GetEndingOk() (*string, bool)
GetEndingOk returns a tuple with the Ending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenSummary) SetEnding(v string)
SetEnding sets Ending field to given value.
func (o *TokenSummary) HasEnding() bool
HasEnding returns a boolean if a field has been set.
func (o *TokenSummary) GetServiceToken() bool
GetServiceToken returns the ServiceToken field if non-nil, zero value otherwise.
func (o *TokenSummary) GetServiceTokenOk() (*bool, bool)
GetServiceTokenOk returns a tuple with the ServiceToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenSummary) SetServiceToken(v bool)
SetServiceToken sets ServiceToken field to given value.
func (o *TokenSummary) HasServiceToken() bool
HasServiceToken returns a boolean if a field has been set.