| Name | Type | Description | Notes |
|---|---|---|---|
| Requests | Pointer to int32 | Number of requests for this model | [optional] |
| Tokens | Pointer to int32 | Total tokens for this model | [optional] |
func NewGetAIUsageStats200ResponseByModelValue() *GetAIUsageStats200ResponseByModelValue
NewGetAIUsageStats200ResponseByModelValue instantiates a new GetAIUsageStats200ResponseByModelValue 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 NewGetAIUsageStats200ResponseByModelValueWithDefaults() *GetAIUsageStats200ResponseByModelValue
NewGetAIUsageStats200ResponseByModelValueWithDefaults instantiates a new GetAIUsageStats200ResponseByModelValue 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 *GetAIUsageStats200ResponseByModelValue) GetRequests() int32
GetRequests returns the Requests field if non-nil, zero value otherwise.
func (o *GetAIUsageStats200ResponseByModelValue) GetRequestsOk() (*int32, bool)
GetRequestsOk returns a tuple with the Requests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIUsageStats200ResponseByModelValue) SetRequests(v int32)
SetRequests sets Requests field to given value.
func (o *GetAIUsageStats200ResponseByModelValue) HasRequests() bool
HasRequests returns a boolean if a field has been set.
func (o *GetAIUsageStats200ResponseByModelValue) GetTokens() int32
GetTokens returns the Tokens field if non-nil, zero value otherwise.
func (o *GetAIUsageStats200ResponseByModelValue) GetTokensOk() (*int32, bool)
GetTokensOk returns a tuple with the Tokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIUsageStats200ResponseByModelValue) SetTokens(v int32)
SetTokens sets Tokens field to given value.
func (o *GetAIUsageStats200ResponseByModelValue) HasTokens() bool
HasTokens returns a boolean if a field has been set.