Name | Type | Description | Notes |
---|---|---|---|
KeyCode | Pointer to string | [optional] | |
ProviderUUID | Pointer to string | [optional] |
func NewAccessKeyId() *AccessKeyId
NewAccessKeyId instantiates a new AccessKeyId 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 NewAccessKeyIdWithDefaults() *AccessKeyId
NewAccessKeyIdWithDefaults instantiates a new AccessKeyId 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 *AccessKeyId) GetKeyCode() string
GetKeyCode returns the KeyCode field if non-nil, zero value otherwise.
func (o *AccessKeyId) GetKeyCodeOk() (*string, bool)
GetKeyCodeOk returns a tuple with the KeyCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccessKeyId) SetKeyCode(v string)
SetKeyCode sets KeyCode field to given value.
func (o *AccessKeyId) HasKeyCode() bool
HasKeyCode returns a boolean if a field has been set.
func (o *AccessKeyId) GetProviderUUID() string
GetProviderUUID returns the ProviderUUID field if non-nil, zero value otherwise.
func (o *AccessKeyId) 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 *AccessKeyId) SetProviderUUID(v string)
SetProviderUUID sets ProviderUUID field to given value.
func (o *AccessKeyId) HasProviderUUID() bool
HasProviderUUID returns a boolean if a field has been set.