| Name | Type | Description | Notes |
|---|---|---|---|
| BillingHistory | Pointer to []BillingHistory | [optional] | |
| OrgId | Pointer to int32 | [optional] | |
| Pagination | Pointer to Pagination | [optional] | |
| TotalCount | Pointer to int32 | [optional] |
func NewBillingHistoryServerlessInference() *BillingHistoryServerlessInference
NewBillingHistoryServerlessInference instantiates a new BillingHistoryServerlessInference 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 NewBillingHistoryServerlessInferenceWithDefaults() *BillingHistoryServerlessInference
NewBillingHistoryServerlessInferenceWithDefaults instantiates a new BillingHistoryServerlessInference 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 *BillingHistoryServerlessInference) GetBillingHistory() []BillingHistory
GetBillingHistory returns the BillingHistory field if non-nil, zero value otherwise.
func (o *BillingHistoryServerlessInference) GetBillingHistoryOk() (*[]BillingHistory, bool)
GetBillingHistoryOk returns a tuple with the BillingHistory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingHistoryServerlessInference) SetBillingHistory(v []BillingHistory)
SetBillingHistory sets BillingHistory field to given value.
func (o *BillingHistoryServerlessInference) HasBillingHistory() bool
HasBillingHistory returns a boolean if a field has been set.
func (o *BillingHistoryServerlessInference) GetOrgId() int32
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *BillingHistoryServerlessInference) GetOrgIdOk() (*int32, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingHistoryServerlessInference) SetOrgId(v int32)
SetOrgId sets OrgId field to given value.
func (o *BillingHistoryServerlessInference) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *BillingHistoryServerlessInference) GetPagination() Pagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *BillingHistoryServerlessInference) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingHistoryServerlessInference) SetPagination(v Pagination)
SetPagination sets Pagination field to given value.
func (o *BillingHistoryServerlessInference) HasPagination() bool
HasPagination returns a boolean if a field has been set.
func (o *BillingHistoryServerlessInference) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *BillingHistoryServerlessInference) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingHistoryServerlessInference) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *BillingHistoryServerlessInference) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.