| Name | Type | Description | Notes |
|---|---|---|---|
| InstanceTypeCode | string | ||
| ProviderUuid | string |
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
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
func (o *InstanceTypeKey) GetInstanceTypeCode() string
GetInstanceTypeCode returns the InstanceTypeCode field if non-nil, zero value otherwise.
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.
func (o *InstanceTypeKey) SetInstanceTypeCode(v string)
SetInstanceTypeCode sets InstanceTypeCode field to given value.
func (o *InstanceTypeKey) GetProviderUuid() string
GetProviderUuid returns the ProviderUuid field if non-nil, zero value otherwise.
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.
func (o *InstanceTypeKey) SetProviderUuid(v string)
SetProviderUuid sets ProviderUuid field to given value.