Name | Type | Description | Notes |
---|---|---|---|
IncludedMonthlyActiveTokens | Pointer to int64 | [optional] | |
MonthlyActiveTokens | Pointer to int64 | [optional] | |
MetricsByType | Pointer to map[string]TokenMetrics | [optional] | |
TotalTokens | Pointer to int64 | [optional] |
func NewTokenReport() *TokenReport
NewTokenReport instantiates a new TokenReport 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 NewTokenReportWithDefaults() *TokenReport
NewTokenReportWithDefaults instantiates a new TokenReport 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 *TokenReport) GetIncludedMonthlyActiveTokens() int64
GetIncludedMonthlyActiveTokens returns the IncludedMonthlyActiveTokens field if non-nil, zero value otherwise.
func (o *TokenReport) GetIncludedMonthlyActiveTokensOk() (*int64, bool)
GetIncludedMonthlyActiveTokensOk returns a tuple with the IncludedMonthlyActiveTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenReport) SetIncludedMonthlyActiveTokens(v int64)
SetIncludedMonthlyActiveTokens sets IncludedMonthlyActiveTokens field to given value.
func (o *TokenReport) HasIncludedMonthlyActiveTokens() bool
HasIncludedMonthlyActiveTokens returns a boolean if a field has been set.
func (o *TokenReport) GetMonthlyActiveTokens() int64
GetMonthlyActiveTokens returns the MonthlyActiveTokens field if non-nil, zero value otherwise.
func (o *TokenReport) GetMonthlyActiveTokensOk() (*int64, bool)
GetMonthlyActiveTokensOk returns a tuple with the MonthlyActiveTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenReport) SetMonthlyActiveTokens(v int64)
SetMonthlyActiveTokens sets MonthlyActiveTokens field to given value.
func (o *TokenReport) HasMonthlyActiveTokens() bool
HasMonthlyActiveTokens returns a boolean if a field has been set.
func (o *TokenReport) GetMetricsByType() map[string]TokenMetrics
GetMetricsByType returns the MetricsByType field if non-nil, zero value otherwise.
func (o *TokenReport) GetMetricsByTypeOk() (*map[string]TokenMetrics, bool)
GetMetricsByTypeOk returns a tuple with the MetricsByType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenReport) SetMetricsByType(v map[string]TokenMetrics)
SetMetricsByType sets MetricsByType field to given value.
func (o *TokenReport) HasMetricsByType() bool
HasMetricsByType returns a boolean if a field has been set.
func (o *TokenReport) SetMetricsByTypeNil(b bool)
SetMetricsByTypeNil sets the value for MetricsByType to be an explicit nil
func (o *TokenReport) UnsetMetricsByType()
UnsetMetricsByType ensures that no value is present for MetricsByType, not even an explicit nil
func (o *TokenReport) GetTotalTokens() int64
GetTotalTokens returns the TotalTokens field if non-nil, zero value otherwise.
func (o *TokenReport) GetTotalTokensOk() (*int64, bool)
GetTotalTokensOk returns a tuple with the TotalTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenReport) SetTotalTokens(v int64)
SetTotalTokens sets TotalTokens field to given value.
func (o *TokenReport) HasTotalTokens() bool
HasTotalTokens returns a boolean if a field has been set.