Name | Type | Description | Notes |
---|---|---|---|
SecretId | Pointer to string | [optional] | |
VersionId | Pointer to string | [optional] |
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
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
func (o *EsmCreateSecretOutput) GetSecretId() string
GetSecretId returns the SecretId field if non-nil, zero value otherwise.
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.
func (o *EsmCreateSecretOutput) SetSecretId(v string)
SetSecretId sets SecretId field to given value.
func (o *EsmCreateSecretOutput) HasSecretId() bool
HasSecretId returns a boolean if a field has been set.
func (o *EsmCreateSecretOutput) GetVersionId() string
GetVersionId returns the VersionId field if non-nil, zero value otherwise.
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.
func (o *EsmCreateSecretOutput) SetVersionId(v string)
SetVersionId sets VersionId field to given value.
func (o *EsmCreateSecretOutput) HasVersionId() bool
HasVersionId returns a boolean if a field has been set.