Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.18 KB

File metadata and controls

134 lines (73 loc) · 4.18 KB

BillingHistoryServerlessInference

Properties

Name Type Description Notes
BillingHistory Pointer to []BillingHistory [optional]
OrgId Pointer to int32 [optional]
Pagination Pointer to Pagination [optional]
TotalCount Pointer to int32 [optional]

Methods

NewBillingHistoryServerlessInference

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

NewBillingHistoryServerlessInferenceWithDefaults

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

GetBillingHistory

func (o *BillingHistoryServerlessInference) GetBillingHistory() []BillingHistory

GetBillingHistory returns the BillingHistory field if non-nil, zero value otherwise.

GetBillingHistoryOk

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.

SetBillingHistory

func (o *BillingHistoryServerlessInference) SetBillingHistory(v []BillingHistory)

SetBillingHistory sets BillingHistory field to given value.

HasBillingHistory

func (o *BillingHistoryServerlessInference) HasBillingHistory() bool

HasBillingHistory returns a boolean if a field has been set.

GetOrgId

func (o *BillingHistoryServerlessInference) GetOrgId() int32

GetOrgId returns the OrgId field if non-nil, zero value otherwise.

GetOrgIdOk

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.

SetOrgId

func (o *BillingHistoryServerlessInference) SetOrgId(v int32)

SetOrgId sets OrgId field to given value.

HasOrgId

func (o *BillingHistoryServerlessInference) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

GetPagination

func (o *BillingHistoryServerlessInference) GetPagination() Pagination

GetPagination returns the Pagination field if non-nil, zero value otherwise.

GetPaginationOk

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.

SetPagination

func (o *BillingHistoryServerlessInference) SetPagination(v Pagination)

SetPagination sets Pagination field to given value.

HasPagination

func (o *BillingHistoryServerlessInference) HasPagination() bool

HasPagination returns a boolean if a field has been set.

GetTotalCount

func (o *BillingHistoryServerlessInference) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

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.

SetTotalCount

func (o *BillingHistoryServerlessInference) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *BillingHistoryServerlessInference) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

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