| 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 the final synthesis turn in US cents | [optional] |
func NewGetDurableExecutionStatus200ResponseResultUsage() *GetDurableExecutionStatus200ResponseResultUsage
NewGetDurableExecutionStatus200ResponseResultUsage instantiates a new GetDurableExecutionStatus200ResponseResultUsage 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 NewGetDurableExecutionStatus200ResponseResultUsageWithDefaults() *GetDurableExecutionStatus200ResponseResultUsage
NewGetDurableExecutionStatus200ResponseResultUsageWithDefaults instantiates a new GetDurableExecutionStatus200ResponseResultUsage 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 *GetDurableExecutionStatus200ResponseResultUsage) GetInputTokens() int32
GetInputTokens returns the InputTokens field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponseResultUsage) 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 *GetDurableExecutionStatus200ResponseResultUsage) SetInputTokens(v int32)
SetInputTokens sets InputTokens field to given value.
func (o *GetDurableExecutionStatus200ResponseResultUsage) HasInputTokens() bool
HasInputTokens returns a boolean if a field has been set.
func (o *GetDurableExecutionStatus200ResponseResultUsage) GetOutputTokens() int32
GetOutputTokens returns the OutputTokens field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponseResultUsage) 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 *GetDurableExecutionStatus200ResponseResultUsage) SetOutputTokens(v int32)
SetOutputTokens sets OutputTokens field to given value.
func (o *GetDurableExecutionStatus200ResponseResultUsage) HasOutputTokens() bool
HasOutputTokens returns a boolean if a field has been set.
func (o *GetDurableExecutionStatus200ResponseResultUsage) GetTotalTokens() int32
GetTotalTokens returns the TotalTokens field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponseResultUsage) 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 *GetDurableExecutionStatus200ResponseResultUsage) SetTotalTokens(v int32)
SetTotalTokens sets TotalTokens field to given value.
func (o *GetDurableExecutionStatus200ResponseResultUsage) HasTotalTokens() bool
HasTotalTokens returns a boolean if a field has been set.
func (o *GetDurableExecutionStatus200ResponseResultUsage) GetCostCents() float32
GetCostCents returns the CostCents field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponseResultUsage) 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 *GetDurableExecutionStatus200ResponseResultUsage) SetCostCents(v float32)
SetCostCents sets CostCents field to given value.
func (o *GetDurableExecutionStatus200ResponseResultUsage) HasCostCents() bool
HasCostCents returns a boolean if a field has been set.