Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.96 KB

UscUpdateSecretOutput.md

File metadata and controls

108 lines (59 loc) · 2.96 KB

UscUpdateSecretOutput

Properties

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

Methods

NewUscUpdateSecretOutput

func NewUscUpdateSecretOutput() *UscUpdateSecretOutput

NewUscUpdateSecretOutput instantiates a new UscUpdateSecretOutput 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

NewUscUpdateSecretOutputWithDefaults

func NewUscUpdateSecretOutputWithDefaults() *UscUpdateSecretOutput

NewUscUpdateSecretOutputWithDefaults instantiates a new UscUpdateSecretOutput 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

GetName

func (o *UscUpdateSecretOutput) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *UscUpdateSecretOutput) GetNameOk() (*string, bool)

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

SetName

func (o *UscUpdateSecretOutput) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UscUpdateSecretOutput) HasName() bool

HasName returns a boolean if a field has been set.

GetSecretId

func (o *UscUpdateSecretOutput) GetSecretId() string

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

GetSecretIdOk

func (o *UscUpdateSecretOutput) 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 *UscUpdateSecretOutput) SetSecretId(v string)

SetSecretId sets SecretId field to given value.

HasSecretId

func (o *UscUpdateSecretOutput) HasSecretId() bool

HasSecretId returns a boolean if a field has been set.

GetVersionId

func (o *UscUpdateSecretOutput) GetVersionId() string

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

GetVersionIdOk

func (o *UscUpdateSecretOutput) 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 *UscUpdateSecretOutput) SetVersionId(v string)

SetVersionId sets VersionId field to given value.

HasVersionId

func (o *UscUpdateSecretOutput) HasVersionId() bool

HasVersionId returns a boolean if a field has been set.

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