| Name | Type | Description | Notes |
|---|---|---|---|
| RemoteSecretName | Pointer to string | [optional] | |
| SecretName | Pointer to string | [optional] | |
| UscName | Pointer to string | [optional] |
func NewSecretSyncOutput() *SecretSyncOutput
NewSecretSyncOutput instantiates a new SecretSyncOutput 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 NewSecretSyncOutputWithDefaults() *SecretSyncOutput
NewSecretSyncOutputWithDefaults instantiates a new SecretSyncOutput 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 *SecretSyncOutput) GetRemoteSecretName() string
GetRemoteSecretName returns the RemoteSecretName field if non-nil, zero value otherwise.
func (o *SecretSyncOutput) GetRemoteSecretNameOk() (*string, bool)
GetRemoteSecretNameOk returns a tuple with the RemoteSecretName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretSyncOutput) SetRemoteSecretName(v string)
SetRemoteSecretName sets RemoteSecretName field to given value.
func (o *SecretSyncOutput) HasRemoteSecretName() bool
HasRemoteSecretName returns a boolean if a field has been set.
func (o *SecretSyncOutput) GetSecretName() string
GetSecretName returns the SecretName field if non-nil, zero value otherwise.
func (o *SecretSyncOutput) 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 *SecretSyncOutput) SetSecretName(v string)
SetSecretName sets SecretName field to given value.
func (o *SecretSyncOutput) HasSecretName() bool
HasSecretName returns a boolean if a field has been set.
func (o *SecretSyncOutput) GetUscName() string
GetUscName returns the UscName field if non-nil, zero value otherwise.
func (o *SecretSyncOutput) 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 *SecretSyncOutput) SetUscName(v string)
SetUscName sets UscName field to given value.
func (o *SecretSyncOutput) HasUscName() bool
HasUscName returns a boolean if a field has been set.