Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

File metadata and controls

82 lines (45 loc) · 2.51 KB

RotatedSecretDeleteSyncOutput

Properties

Name Type Description Notes
SecretName Pointer to string [optional]
UscName Pointer to string [optional]

Methods

NewRotatedSecretDeleteSyncOutput

func NewRotatedSecretDeleteSyncOutput() *RotatedSecretDeleteSyncOutput

NewRotatedSecretDeleteSyncOutput instantiates a new RotatedSecretDeleteSyncOutput 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

NewRotatedSecretDeleteSyncOutputWithDefaults

func NewRotatedSecretDeleteSyncOutputWithDefaults() *RotatedSecretDeleteSyncOutput

NewRotatedSecretDeleteSyncOutputWithDefaults instantiates a new RotatedSecretDeleteSyncOutput 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

GetSecretName

func (o *RotatedSecretDeleteSyncOutput) GetSecretName() string

GetSecretName returns the SecretName field if non-nil, zero value otherwise.

GetSecretNameOk

func (o *RotatedSecretDeleteSyncOutput) GetSecretNameOk() (*string, bool)

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

SetSecretName

func (o *RotatedSecretDeleteSyncOutput) SetSecretName(v string)

SetSecretName sets SecretName field to given value.

HasSecretName

func (o *RotatedSecretDeleteSyncOutput) HasSecretName() bool

HasSecretName returns a boolean if a field has been set.

GetUscName

func (o *RotatedSecretDeleteSyncOutput) GetUscName() string

GetUscName returns the UscName field if non-nil, zero value otherwise.

GetUscNameOk

func (o *RotatedSecretDeleteSyncOutput) GetUscNameOk() (*string, bool)

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

SetUscName

func (o *RotatedSecretDeleteSyncOutput) SetUscName(v string)

SetUscName sets UscName field to given value.

HasUscName

func (o *RotatedSecretDeleteSyncOutput) HasUscName() bool

HasUscName returns a boolean if a field has been set.

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