Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.31 KB

File metadata and controls

82 lines (45 loc) · 2.31 KB

SpotInstance

Properties

Name Type Description Notes
SpotLabel Pointer to string spot Lable [optional]
SpotLabelValue Pointer to string spot Label Value [optional]

Methods

NewSpotInstance

func NewSpotInstance() *SpotInstance

NewSpotInstance instantiates a new SpotInstance 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

NewSpotInstanceWithDefaults

func NewSpotInstanceWithDefaults() *SpotInstance

NewSpotInstanceWithDefaults instantiates a new SpotInstance 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

GetSpotLabel

func (o *SpotInstance) GetSpotLabel() string

GetSpotLabel returns the SpotLabel field if non-nil, zero value otherwise.

GetSpotLabelOk

func (o *SpotInstance) GetSpotLabelOk() (*string, bool)

GetSpotLabelOk returns a tuple with the SpotLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpotLabel

func (o *SpotInstance) SetSpotLabel(v string)

SetSpotLabel sets SpotLabel field to given value.

HasSpotLabel

func (o *SpotInstance) HasSpotLabel() bool

HasSpotLabel returns a boolean if a field has been set.

GetSpotLabelValue

func (o *SpotInstance) GetSpotLabelValue() string

GetSpotLabelValue returns the SpotLabelValue field if non-nil, zero value otherwise.

GetSpotLabelValueOk

func (o *SpotInstance) GetSpotLabelValueOk() (*string, bool)

GetSpotLabelValueOk returns a tuple with the SpotLabelValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSpotLabelValue

func (o *SpotInstance) SetSpotLabelValue(v string)

SetSpotLabelValue sets SpotLabelValue field to given value.

HasSpotLabelValue

func (o *SpotInstance) HasSpotLabelValue() bool

HasSpotLabelValue returns a boolean if a field has been set.

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