Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.6 KB

GetLkeTypes200ResponseDataInnerRegionPricesInner.md

File metadata and controls

108 lines (59 loc) · 3.6 KB

GetLkeTypes200ResponseDataInnerRegionPricesInner

Properties

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 float32 Cost per month for this region, in US dollars. [optional]

Methods

NewGetLkeTypes200ResponseDataInnerRegionPricesInner

func NewGetLkeTypes200ResponseDataInnerRegionPricesInner() *GetLkeTypes200ResponseDataInnerRegionPricesInner

NewGetLkeTypes200ResponseDataInnerRegionPricesInner instantiates a new GetLkeTypes200ResponseDataInnerRegionPricesInner 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

NewGetLkeTypes200ResponseDataInnerRegionPricesInnerWithDefaults

func NewGetLkeTypes200ResponseDataInnerRegionPricesInnerWithDefaults() *GetLkeTypes200ResponseDataInnerRegionPricesInner

NewGetLkeTypes200ResponseDataInnerRegionPricesInnerWithDefaults instantiates a new GetLkeTypes200ResponseDataInnerRegionPricesInner 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

GetHourly

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) GetHourly() float32

GetHourly returns the Hourly field if non-nil, zero value otherwise.

GetHourlyOk

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) 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.

SetHourly

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) SetHourly(v float32)

SetHourly sets Hourly field to given value.

HasHourly

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) HasHourly() bool

HasHourly returns a boolean if a field has been set.

GetId

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) 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.

SetId

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) HasId() bool

HasId returns a boolean if a field has been set.

GetMonthly

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) GetMonthly() float32

GetMonthly returns the Monthly field if non-nil, zero value otherwise.

GetMonthlyOk

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) 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.

SetMonthly

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) SetMonthly(v float32)

SetMonthly sets Monthly field to given value.

HasMonthly

func (o *GetLkeTypes200ResponseDataInnerRegionPricesInner) HasMonthly() bool

HasMonthly returns a boolean if a field has been set.

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