| Name | Type | Description | Notes |
|---|---|---|---|
| BillingHistory | Pointer to []ResourceLevelBillingVMDetailsResources | [optional] | |
| OrgId | Pointer to int32 | [optional] | |
| TotalCount | Pointer to int32 | [optional] |
func NewResourceLevelBillingDetailsVM() *ResourceLevelBillingDetailsVM
NewResourceLevelBillingDetailsVM instantiates a new ResourceLevelBillingDetailsVM 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 NewResourceLevelBillingDetailsVMWithDefaults() *ResourceLevelBillingDetailsVM
NewResourceLevelBillingDetailsVMWithDefaults instantiates a new ResourceLevelBillingDetailsVM 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 *ResourceLevelBillingDetailsVM) GetBillingHistory() []ResourceLevelBillingVMDetailsResources
GetBillingHistory returns the BillingHistory field if non-nil, zero value otherwise.
func (o *ResourceLevelBillingDetailsVM) GetBillingHistoryOk() (*[]ResourceLevelBillingVMDetailsResources, 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 *ResourceLevelBillingDetailsVM) SetBillingHistory(v []ResourceLevelBillingVMDetailsResources)
SetBillingHistory sets BillingHistory field to given value.
func (o *ResourceLevelBillingDetailsVM) HasBillingHistory() bool
HasBillingHistory returns a boolean if a field has been set.
func (o *ResourceLevelBillingDetailsVM) GetOrgId() int32
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *ResourceLevelBillingDetailsVM) 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 *ResourceLevelBillingDetailsVM) SetOrgId(v int32)
SetOrgId sets OrgId field to given value.
func (o *ResourceLevelBillingDetailsVM) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *ResourceLevelBillingDetailsVM) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *ResourceLevelBillingDetailsVM) 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 *ResourceLevelBillingDetailsVM) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *ResourceLevelBillingDetailsVM) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.