Name | Type | Description | Notes |
---|---|---|---|
Instances | Pointer to []ExpenseResultInstance | List of instances to be billed in the period | [optional] |
Traffic | Pointer to Traffic | [optional] |
func NewBilling() *Billing
NewBilling instantiates a new Billing 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 NewBillingWithDefaults() *Billing
NewBillingWithDefaults instantiates a new Billing 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 *Billing) GetInstances() []ExpenseResultInstance
GetInstances returns the Instances field if non-nil, zero value otherwise.
func (o *Billing) GetInstancesOk() (*[]ExpenseResultInstance, bool)
GetInstancesOk returns a tuple with the Instances field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Billing) SetInstances(v []ExpenseResultInstance)
SetInstances sets Instances field to given value.
func (o *Billing) HasInstances() bool
HasInstances returns a boolean if a field has been set.
func (o *Billing) GetTraffic() Traffic
GetTraffic returns the Traffic field if non-nil, zero value otherwise.
func (o *Billing) GetTrafficOk() (*Traffic, bool)
GetTrafficOk returns a tuple with the Traffic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Billing) SetTraffic(v Traffic)
SetTraffic sets Traffic field to given value.
func (o *Billing) HasTraffic() bool
HasTraffic returns a boolean if a field has been set.