Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.03 KB

File metadata and controls

108 lines (59 loc) · 3.03 KB

SecretSyncOutput

Properties

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

Methods

NewSecretSyncOutput

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

NewSecretSyncOutputWithDefaults

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

GetRemoteSecretName

func (o *SecretSyncOutput) GetRemoteSecretName() string

GetRemoteSecretName returns the RemoteSecretName field if non-nil, zero value otherwise.

GetRemoteSecretNameOk

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.

SetRemoteSecretName

func (o *SecretSyncOutput) SetRemoteSecretName(v string)

SetRemoteSecretName sets RemoteSecretName field to given value.

HasRemoteSecretName

func (o *SecretSyncOutput) HasRemoteSecretName() bool

HasRemoteSecretName returns a boolean if a field has been set.

GetSecretName

func (o *SecretSyncOutput) GetSecretName() string

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

GetSecretNameOk

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.

SetSecretName

func (o *SecretSyncOutput) SetSecretName(v string)

SetSecretName sets SecretName field to given value.

HasSecretName

func (o *SecretSyncOutput) HasSecretName() bool

HasSecretName returns a boolean if a field has been set.

GetUscName

func (o *SecretSyncOutput) GetUscName() string

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

GetUscNameOk

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.

SetUscName

func (o *SecretSyncOutput) SetUscName(v string)

SetUscName sets UscName field to given value.

HasUscName

func (o *SecretSyncOutput) HasUscName() bool

HasUscName returns a boolean if a field has been set.

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