Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.36 KB

EsmCreateSecretOutput.md

File metadata and controls

82 lines (45 loc) · 2.36 KB

EsmCreateSecretOutput

Properties

Name Type Description Notes
SecretId Pointer to string [optional]
VersionId Pointer to string [optional]

Methods

NewEsmCreateSecretOutput

func NewEsmCreateSecretOutput() *EsmCreateSecretOutput

NewEsmCreateSecretOutput instantiates a new EsmCreateSecretOutput 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

NewEsmCreateSecretOutputWithDefaults

func NewEsmCreateSecretOutputWithDefaults() *EsmCreateSecretOutput

NewEsmCreateSecretOutputWithDefaults instantiates a new EsmCreateSecretOutput 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

GetSecretId

func (o *EsmCreateSecretOutput) GetSecretId() string

GetSecretId returns the SecretId field if non-nil, zero value otherwise.

GetSecretIdOk

func (o *EsmCreateSecretOutput) GetSecretIdOk() (*string, bool)

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

SetSecretId

func (o *EsmCreateSecretOutput) SetSecretId(v string)

SetSecretId sets SecretId field to given value.

HasSecretId

func (o *EsmCreateSecretOutput) HasSecretId() bool

HasSecretId returns a boolean if a field has been set.

GetVersionId

func (o *EsmCreateSecretOutput) GetVersionId() string

GetVersionId returns the VersionId field if non-nil, zero value otherwise.

GetVersionIdOk

func (o *EsmCreateSecretOutput) GetVersionIdOk() (*string, bool)

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

SetVersionId

func (o *EsmCreateSecretOutput) SetVersionId(v string)

SetVersionId sets VersionId field to given value.

HasVersionId

func (o *EsmCreateSecretOutput) HasVersionId() bool

HasVersionId returns a boolean if a field has been set.

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