Name | Type | Description | Notes |
---|---|---|---|
Hourly | Pointer to float32 | Cost per hour for this region, in US dollars. | [optional] |
Id | Pointer to string | The Region ID for these prices. | [optional] |
Monthly | Pointer to NullableFloat32 | Cost per month for this region, in US dollars. | [optional] |
func NewGetNetworkTransferPrices200ResponseDataInnerRegionPricesInner() *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner
NewGetNetworkTransferPrices200ResponseDataInnerRegionPricesInner instantiates a new GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner 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 NewGetNetworkTransferPrices200ResponseDataInnerRegionPricesInnerWithDefaults() *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner
NewGetNetworkTransferPrices200ResponseDataInnerRegionPricesInnerWithDefaults instantiates a new GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner 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 *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) GetHourly() float32
GetHourly returns the Hourly field if non-nil, zero value otherwise.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) GetHourlyOk() (*float32, bool)
GetHourlyOk returns a tuple with the Hourly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) SetHourly(v float32)
SetHourly sets Hourly field to given value.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) HasHourly() bool
HasHourly returns a boolean if a field has been set.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) SetId(v string)
SetId sets Id field to given value.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) GetMonthly() float32
GetMonthly returns the Monthly field if non-nil, zero value otherwise.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) GetMonthlyOk() (*float32, bool)
GetMonthlyOk returns a tuple with the Monthly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) SetMonthly(v float32)
SetMonthly sets Monthly field to given value.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) HasMonthly() bool
HasMonthly returns a boolean if a field has been set.
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) SetMonthlyNil(b bool)
SetMonthlyNil sets the value for Monthly to be an explicit nil
func (o *GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner) UnsetMonthly()
UnsetMonthly ensures that no value is present for Monthly, not even an explicit nil