Name | Type | Description | Notes |
---|---|---|---|
Count | Pointer to int64 | [optional] | |
LastCreatedAt | Pointer to NullableTime | [optional] |
func NewTokenMetrics() *TokenMetrics
NewTokenMetrics instantiates a new TokenMetrics 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 NewTokenMetricsWithDefaults() *TokenMetrics
NewTokenMetricsWithDefaults instantiates a new TokenMetrics 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 *TokenMetrics) GetCount() int64
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *TokenMetrics) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenMetrics) SetCount(v int64)
SetCount sets Count field to given value.
func (o *TokenMetrics) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *TokenMetrics) GetLastCreatedAt() time.Time
GetLastCreatedAt returns the LastCreatedAt field if non-nil, zero value otherwise.
func (o *TokenMetrics) GetLastCreatedAtOk() (*time.Time, bool)
GetLastCreatedAtOk returns a tuple with the LastCreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenMetrics) SetLastCreatedAt(v time.Time)
SetLastCreatedAt sets LastCreatedAt field to given value.
func (o *TokenMetrics) HasLastCreatedAt() bool
HasLastCreatedAt returns a boolean if a field has been set.
func (o *TokenMetrics) SetLastCreatedAtNil(b bool)
SetLastCreatedAtNil sets the value for LastCreatedAt to be an explicit nil
func (o *TokenMetrics) UnsetLastCreatedAt()
UnsetLastCreatedAt ensures that no value is present for LastCreatedAt, not even an explicit nil