Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.7 KB

GetLinodeTypes200ResponseDataInnerPrice.md

File metadata and controls

82 lines (45 loc) · 2.7 KB

GetLinodeTypes200ResponseDataInnerPrice

Properties

Name Type Description Notes
Hourly Pointer to float32 Cost (in US dollars) per hour. [optional]
Monthly Pointer to float32 Cost per month, in US dollars. [optional]

Methods

NewGetLinodeTypes200ResponseDataInnerPrice

func NewGetLinodeTypes200ResponseDataInnerPrice() *GetLinodeTypes200ResponseDataInnerPrice

NewGetLinodeTypes200ResponseDataInnerPrice instantiates a new GetLinodeTypes200ResponseDataInnerPrice 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

NewGetLinodeTypes200ResponseDataInnerPriceWithDefaults

func NewGetLinodeTypes200ResponseDataInnerPriceWithDefaults() *GetLinodeTypes200ResponseDataInnerPrice

NewGetLinodeTypes200ResponseDataInnerPriceWithDefaults instantiates a new GetLinodeTypes200ResponseDataInnerPrice 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 *GetLinodeTypes200ResponseDataInnerPrice) GetHourly() float32

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

GetHourlyOk

func (o *GetLinodeTypes200ResponseDataInnerPrice) 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 *GetLinodeTypes200ResponseDataInnerPrice) SetHourly(v float32)

SetHourly sets Hourly field to given value.

HasHourly

func (o *GetLinodeTypes200ResponseDataInnerPrice) HasHourly() bool

HasHourly returns a boolean if a field has been set.

GetMonthly

func (o *GetLinodeTypes200ResponseDataInnerPrice) GetMonthly() float32

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

GetMonthlyOk

func (o *GetLinodeTypes200ResponseDataInnerPrice) 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 *GetLinodeTypes200ResponseDataInnerPrice) SetMonthly(v float32)

SetMonthly sets Monthly field to given value.

HasMonthly

func (o *GetLinodeTypes200ResponseDataInnerPrice) HasMonthly() bool

HasMonthly returns a boolean if a field has been set.

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