Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 4.39 KB

TokenReport.md

File metadata and controls

144 lines (79 loc) · 4.39 KB

TokenReport

Properties

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]

Methods

NewTokenReport

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

NewTokenReportWithDefaults

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

GetIncludedMonthlyActiveTokens

func (o *TokenReport) GetIncludedMonthlyActiveTokens() int64

GetIncludedMonthlyActiveTokens returns the IncludedMonthlyActiveTokens field if non-nil, zero value otherwise.

GetIncludedMonthlyActiveTokensOk

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.

SetIncludedMonthlyActiveTokens

func (o *TokenReport) SetIncludedMonthlyActiveTokens(v int64)

SetIncludedMonthlyActiveTokens sets IncludedMonthlyActiveTokens field to given value.

HasIncludedMonthlyActiveTokens

func (o *TokenReport) HasIncludedMonthlyActiveTokens() bool

HasIncludedMonthlyActiveTokens returns a boolean if a field has been set.

GetMonthlyActiveTokens

func (o *TokenReport) GetMonthlyActiveTokens() int64

GetMonthlyActiveTokens returns the MonthlyActiveTokens field if non-nil, zero value otherwise.

GetMonthlyActiveTokensOk

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.

SetMonthlyActiveTokens

func (o *TokenReport) SetMonthlyActiveTokens(v int64)

SetMonthlyActiveTokens sets MonthlyActiveTokens field to given value.

HasMonthlyActiveTokens

func (o *TokenReport) HasMonthlyActiveTokens() bool

HasMonthlyActiveTokens returns a boolean if a field has been set.

GetMetricsByType

func (o *TokenReport) GetMetricsByType() map[string]TokenMetrics

GetMetricsByType returns the MetricsByType field if non-nil, zero value otherwise.

GetMetricsByTypeOk

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.

SetMetricsByType

func (o *TokenReport) SetMetricsByType(v map[string]TokenMetrics)

SetMetricsByType sets MetricsByType field to given value.

HasMetricsByType

func (o *TokenReport) HasMetricsByType() bool

HasMetricsByType returns a boolean if a field has been set.

SetMetricsByTypeNil

func (o *TokenReport) SetMetricsByTypeNil(b bool)

SetMetricsByTypeNil sets the value for MetricsByType to be an explicit nil

UnsetMetricsByType

func (o *TokenReport) UnsetMetricsByType()

UnsetMetricsByType ensures that no value is present for MetricsByType, not even an explicit nil

GetTotalTokens

func (o *TokenReport) GetTotalTokens() int64

GetTotalTokens returns the TotalTokens field if non-nil, zero value otherwise.

GetTotalTokensOk

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.

SetTotalTokens

func (o *TokenReport) SetTotalTokens(v int64)

SetTotalTokens sets TotalTokens field to given value.

HasTotalTokens

func (o *TokenReport) HasTotalTokens() bool

HasTotalTokens returns a boolean if a field has been set.

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