Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.36 KB

ModifiedGetOrgBilledUsageResponse.md

File metadata and controls

114 lines (61 loc) · 3.36 KB

ModifiedGetOrgBilledUsageResponse

Properties

Name Type Description Notes
Total float32
Page float32
PageSize float32
Items []ItemsInner3

Methods

NewModifiedGetOrgBilledUsageResponse

func NewModifiedGetOrgBilledUsageResponse(total float32, page float32, pageSize float32, items []ItemsInner3, ) *ModifiedGetOrgBilledUsageResponse

NewModifiedGetOrgBilledUsageResponse instantiates a new ModifiedGetOrgBilledUsageResponse 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

NewModifiedGetOrgBilledUsageResponseWithDefaults

func NewModifiedGetOrgBilledUsageResponseWithDefaults() *ModifiedGetOrgBilledUsageResponse

NewModifiedGetOrgBilledUsageResponseWithDefaults instantiates a new ModifiedGetOrgBilledUsageResponse 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

GetTotal

func (o *ModifiedGetOrgBilledUsageResponse) GetTotal() float32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *ModifiedGetOrgBilledUsageResponse) GetTotalOk() (*float32, bool)

GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotal

func (o *ModifiedGetOrgBilledUsageResponse) SetTotal(v float32)

SetTotal sets Total field to given value.

GetPage

func (o *ModifiedGetOrgBilledUsageResponse) GetPage() float32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *ModifiedGetOrgBilledUsageResponse) GetPageOk() (*float32, bool)

GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPage

func (o *ModifiedGetOrgBilledUsageResponse) SetPage(v float32)

SetPage sets Page field to given value.

GetPageSize

func (o *ModifiedGetOrgBilledUsageResponse) GetPageSize() float32

GetPageSize returns the PageSize field if non-nil, zero value otherwise.

GetPageSizeOk

func (o *ModifiedGetOrgBilledUsageResponse) GetPageSizeOk() (*float32, bool)

GetPageSizeOk returns a tuple with the PageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPageSize

func (o *ModifiedGetOrgBilledUsageResponse) SetPageSize(v float32)

SetPageSize sets PageSize field to given value.

GetItems

func (o *ModifiedGetOrgBilledUsageResponse) GetItems() []ItemsInner3

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *ModifiedGetOrgBilledUsageResponse) GetItemsOk() (*[]ItemsInner3, bool)

GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetItems

func (o *ModifiedGetOrgBilledUsageResponse) SetItems(v []ItemsInner3)

SetItems sets Items field to given value.

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