Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

ExternalKMSKeyId.md

File metadata and controls

82 lines (45 loc) · 2.26 KB

ExternalKMSKeyId

Properties

Name Type Description Notes
KeyId Pointer to string [optional]
KeyReference Pointer to string [optional]

Methods

NewExternalKMSKeyId

func NewExternalKMSKeyId() *ExternalKMSKeyId

NewExternalKMSKeyId instantiates a new ExternalKMSKeyId 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

NewExternalKMSKeyIdWithDefaults

func NewExternalKMSKeyIdWithDefaults() *ExternalKMSKeyId

NewExternalKMSKeyIdWithDefaults instantiates a new ExternalKMSKeyId 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

GetKeyId

func (o *ExternalKMSKeyId) GetKeyId() string

GetKeyId returns the KeyId field if non-nil, zero value otherwise.

GetKeyIdOk

func (o *ExternalKMSKeyId) GetKeyIdOk() (*string, bool)

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

SetKeyId

func (o *ExternalKMSKeyId) SetKeyId(v string)

SetKeyId sets KeyId field to given value.

HasKeyId

func (o *ExternalKMSKeyId) HasKeyId() bool

HasKeyId returns a boolean if a field has been set.

GetKeyReference

func (o *ExternalKMSKeyId) GetKeyReference() string

GetKeyReference returns the KeyReference field if non-nil, zero value otherwise.

GetKeyReferenceOk

func (o *ExternalKMSKeyId) GetKeyReferenceOk() (*string, bool)

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

SetKeyReference

func (o *ExternalKMSKeyId) SetKeyReference(v string)

SetKeyReference sets KeyReference field to given value.

HasKeyReference

func (o *ExternalKMSKeyId) HasKeyReference() bool

HasKeyReference returns a boolean if a field has been set.

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