Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.15 KB

File metadata and controls

72 lines (39 loc) · 2.15 KB

InstanceTypeKey

Properties

Name Type Description Notes
InstanceTypeCode string
ProviderUuid string

Methods

NewInstanceTypeKey

func NewInstanceTypeKey(instanceTypeCode string, providerUuid string, ) *InstanceTypeKey

NewInstanceTypeKey instantiates a new InstanceTypeKey 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

NewInstanceTypeKeyWithDefaults

func NewInstanceTypeKeyWithDefaults() *InstanceTypeKey

NewInstanceTypeKeyWithDefaults instantiates a new InstanceTypeKey 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

GetInstanceTypeCode

func (o *InstanceTypeKey) GetInstanceTypeCode() string

GetInstanceTypeCode returns the InstanceTypeCode field if non-nil, zero value otherwise.

GetInstanceTypeCodeOk

func (o *InstanceTypeKey) GetInstanceTypeCodeOk() (*string, bool)

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

SetInstanceTypeCode

func (o *InstanceTypeKey) SetInstanceTypeCode(v string)

SetInstanceTypeCode sets InstanceTypeCode field to given value.

GetProviderUuid

func (o *InstanceTypeKey) GetProviderUuid() string

GetProviderUuid returns the ProviderUuid field if non-nil, zero value otherwise.

GetProviderUuidOk

func (o *InstanceTypeKey) GetProviderUuidOk() (*string, bool)

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

SetProviderUuid

func (o *InstanceTypeKey) SetProviderUuid(v string)

SetProviderUuid sets ProviderUuid field to given value.

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