| Name | Type | Description | Notes |
|---|---|---|---|
| InputTokens | Pointer to int32 | [optional] | |
| OutputTokens | Pointer to int32 | [optional] | |
| TotalTokens | Pointer to int32 | [optional] | |
| CostCents | Pointer to float32 | Cost of this inference call in US cents | [optional] |
func NewChatWithAIAgent200ResponseResponseUsage() *ChatWithAIAgent200ResponseResponseUsage
NewChatWithAIAgent200ResponseResponseUsage instantiates a new ChatWithAIAgent200ResponseResponseUsage 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 NewChatWithAIAgent200ResponseResponseUsageWithDefaults() *ChatWithAIAgent200ResponseResponseUsage
NewChatWithAIAgent200ResponseResponseUsageWithDefaults instantiates a new ChatWithAIAgent200ResponseResponseUsage 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 *ChatWithAIAgent200ResponseResponseUsage) GetInputTokens() int32
GetInputTokens returns the InputTokens field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200ResponseResponseUsage) GetInputTokensOk() (*int32, bool)
GetInputTokensOk returns a tuple with the InputTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatWithAIAgent200ResponseResponseUsage) SetInputTokens(v int32)
SetInputTokens sets InputTokens field to given value.
func (o *ChatWithAIAgent200ResponseResponseUsage) HasInputTokens() bool
HasInputTokens returns a boolean if a field has been set.
func (o *ChatWithAIAgent200ResponseResponseUsage) GetOutputTokens() int32
GetOutputTokens returns the OutputTokens field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200ResponseResponseUsage) GetOutputTokensOk() (*int32, bool)
GetOutputTokensOk returns a tuple with the OutputTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatWithAIAgent200ResponseResponseUsage) SetOutputTokens(v int32)
SetOutputTokens sets OutputTokens field to given value.
func (o *ChatWithAIAgent200ResponseResponseUsage) HasOutputTokens() bool
HasOutputTokens returns a boolean if a field has been set.
func (o *ChatWithAIAgent200ResponseResponseUsage) GetTotalTokens() int32
GetTotalTokens returns the TotalTokens field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200ResponseResponseUsage) GetTotalTokensOk() (*int32, 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 *ChatWithAIAgent200ResponseResponseUsage) SetTotalTokens(v int32)
SetTotalTokens sets TotalTokens field to given value.
func (o *ChatWithAIAgent200ResponseResponseUsage) HasTotalTokens() bool
HasTotalTokens returns a boolean if a field has been set.
func (o *ChatWithAIAgent200ResponseResponseUsage) GetCostCents() float32
GetCostCents returns the CostCents field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200ResponseResponseUsage) GetCostCentsOk() (*float32, bool)
GetCostCentsOk returns a tuple with the CostCents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatWithAIAgent200ResponseResponseUsage) SetCostCents(v float32)
SetCostCents sets CostCents field to given value.
func (o *ChatWithAIAgent200ResponseResponseUsage) HasCostCents() bool
HasCostCents returns a boolean if a field has been set.