| Name | Type | Description | Notes |
|---|---|---|---|
| SecretName | Pointer to string | [optional] | |
| UscName | Pointer to string | [optional] |
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
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
func (o *RotatedSecretDeleteSyncOutput) GetSecretName() string
GetSecretName returns the SecretName field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretDeleteSyncOutput) SetSecretName(v string)
SetSecretName sets SecretName field to given value.
func (o *RotatedSecretDeleteSyncOutput) HasSecretName() bool
HasSecretName returns a boolean if a field has been set.
func (o *RotatedSecretDeleteSyncOutput) GetUscName() string
GetUscName returns the UscName field if non-nil, zero value otherwise.
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.
func (o *RotatedSecretDeleteSyncOutput) SetUscName(v string)
SetUscName sets UscName field to given value.
func (o *RotatedSecretDeleteSyncOutput) HasUscName() bool
HasUscName returns a boolean if a field has been set.