Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The ID representing the network transfer price. | [optional] [readonly] |
Label | Pointer to string | The network transfer price label is for display purposes only. | [optional] [readonly] |
Price | Pointer to GetNetworkTransferPrices200ResponseDataInnerPrice | [optional] | |
RegionPrices | Pointer to []GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner | [optional] | |
Transfer | Pointer to int32 | The monthly outbound transfer amount, in MB. | [optional] [readonly] |
func NewGetNetworkTransferPrices200ResponseDataInner() *GetNetworkTransferPrices200ResponseDataInner
NewGetNetworkTransferPrices200ResponseDataInner instantiates a new GetNetworkTransferPrices200ResponseDataInner 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 NewGetNetworkTransferPrices200ResponseDataInnerWithDefaults() *GetNetworkTransferPrices200ResponseDataInner
NewGetNetworkTransferPrices200ResponseDataInnerWithDefaults instantiates a new GetNetworkTransferPrices200ResponseDataInner 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 *GetNetworkTransferPrices200ResponseDataInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetNetworkTransferPrices200ResponseDataInner) 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 *GetNetworkTransferPrices200ResponseDataInner) SetId(v string)
SetId sets Id field to given value.
func (o *GetNetworkTransferPrices200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetNetworkTransferPrices200ResponseDataInner) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetNetworkTransferPrices200ResponseDataInner) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNetworkTransferPrices200ResponseDataInner) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetNetworkTransferPrices200ResponseDataInner) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetNetworkTransferPrices200ResponseDataInner) GetPrice() GetNetworkTransferPrices200ResponseDataInnerPrice
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *GetNetworkTransferPrices200ResponseDataInner) GetPriceOk() (*GetNetworkTransferPrices200ResponseDataInnerPrice, bool)
GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNetworkTransferPrices200ResponseDataInner) SetPrice(v GetNetworkTransferPrices200ResponseDataInnerPrice)
SetPrice sets Price field to given value.
func (o *GetNetworkTransferPrices200ResponseDataInner) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (o *GetNetworkTransferPrices200ResponseDataInner) GetRegionPrices() []GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner
GetRegionPrices returns the RegionPrices field if non-nil, zero value otherwise.
func (o *GetNetworkTransferPrices200ResponseDataInner) GetRegionPricesOk() (*[]GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner, bool)
GetRegionPricesOk returns a tuple with the RegionPrices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNetworkTransferPrices200ResponseDataInner) SetRegionPrices(v []GetNetworkTransferPrices200ResponseDataInnerRegionPricesInner)
SetRegionPrices sets RegionPrices field to given value.
func (o *GetNetworkTransferPrices200ResponseDataInner) HasRegionPrices() bool
HasRegionPrices returns a boolean if a field has been set.
func (o *GetNetworkTransferPrices200ResponseDataInner) GetTransfer() int32
GetTransfer returns the Transfer field if non-nil, zero value otherwise.
func (o *GetNetworkTransferPrices200ResponseDataInner) GetTransferOk() (*int32, bool)
GetTransferOk returns a tuple with the Transfer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetNetworkTransferPrices200ResponseDataInner) SetTransfer(v int32)
SetTransfer sets Transfer field to given value.
func (o *GetNetworkTransferPrices200ResponseDataInner) HasTransfer() bool
HasTransfer returns a boolean if a field has been set.