Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.2 KB

AccessKeyId.md

File metadata and controls

82 lines (45 loc) · 2.2 KB

AccessKeyId

Properties

Name Type Description Notes
KeyCode Pointer to string [optional]
ProviderUUID Pointer to string [optional]

Methods

NewAccessKeyId

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

NewAccessKeyIdWithDefaults

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

GetKeyCode

func (o *AccessKeyId) GetKeyCode() string

GetKeyCode returns the KeyCode field if non-nil, zero value otherwise.

GetKeyCodeOk

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.

SetKeyCode

func (o *AccessKeyId) SetKeyCode(v string)

SetKeyCode sets KeyCode field to given value.

HasKeyCode

func (o *AccessKeyId) HasKeyCode() bool

HasKeyCode returns a boolean if a field has been set.

GetProviderUUID

func (o *AccessKeyId) GetProviderUUID() string

GetProviderUUID returns the ProviderUUID field if non-nil, zero value otherwise.

GetProviderUUIDOk

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.

SetProviderUUID

func (o *AccessKeyId) SetProviderUUID(v string)

SetProviderUUID sets ProviderUUID field to given value.

HasProviderUUID

func (o *AccessKeyId) HasProviderUUID() bool

HasProviderUUID returns a boolean if a field has been set.

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