Skip to content

Latest commit

 

History

History
196 lines (107 loc) · 5.12 KB

File metadata and controls

196 lines (107 loc) · 5.12 KB

UscGetSecretOutput

Properties

Name Type Description Notes
BinaryValue Pointer to bool [optional]
EncryptionKey Pointer to string [optional]
Id Pointer to string [optional]
Metadata Pointer to interface{} [optional]
Name Pointer to string [optional]
Value Pointer to string [optional]

Methods

NewUscGetSecretOutput

func NewUscGetSecretOutput() *UscGetSecretOutput

NewUscGetSecretOutput instantiates a new UscGetSecretOutput 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

NewUscGetSecretOutputWithDefaults

func NewUscGetSecretOutputWithDefaults() *UscGetSecretOutput

NewUscGetSecretOutputWithDefaults instantiates a new UscGetSecretOutput 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

GetBinaryValue

func (o *UscGetSecretOutput) GetBinaryValue() bool

GetBinaryValue returns the BinaryValue field if non-nil, zero value otherwise.

GetBinaryValueOk

func (o *UscGetSecretOutput) GetBinaryValueOk() (*bool, bool)

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

SetBinaryValue

func (o *UscGetSecretOutput) SetBinaryValue(v bool)

SetBinaryValue sets BinaryValue field to given value.

HasBinaryValue

func (o *UscGetSecretOutput) HasBinaryValue() bool

HasBinaryValue returns a boolean if a field has been set.

GetEncryptionKey

func (o *UscGetSecretOutput) GetEncryptionKey() string

GetEncryptionKey returns the EncryptionKey field if non-nil, zero value otherwise.

GetEncryptionKeyOk

func (o *UscGetSecretOutput) GetEncryptionKeyOk() (*string, bool)

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

SetEncryptionKey

func (o *UscGetSecretOutput) SetEncryptionKey(v string)

SetEncryptionKey sets EncryptionKey field to given value.

HasEncryptionKey

func (o *UscGetSecretOutput) HasEncryptionKey() bool

HasEncryptionKey returns a boolean if a field has been set.

GetId

func (o *UscGetSecretOutput) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *UscGetSecretOutput) GetIdOk() (*string, bool)

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

SetId

func (o *UscGetSecretOutput) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *UscGetSecretOutput) HasId() bool

HasId returns a boolean if a field has been set.

GetMetadata

func (o *UscGetSecretOutput) GetMetadata() interface{}

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *UscGetSecretOutput) GetMetadataOk() (*interface{}, bool)

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

SetMetadata

func (o *UscGetSecretOutput) SetMetadata(v interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *UscGetSecretOutput) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

SetMetadataNil

func (o *UscGetSecretOutput) SetMetadataNil(b bool)

SetMetadataNil sets the value for Metadata to be an explicit nil

UnsetMetadata

func (o *UscGetSecretOutput) UnsetMetadata()

UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil

GetName

func (o *UscGetSecretOutput) GetName() string

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

GetNameOk

func (o *UscGetSecretOutput) 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 *UscGetSecretOutput) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UscGetSecretOutput) HasName() bool

HasName returns a boolean if a field has been set.

GetValue

func (o *UscGetSecretOutput) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *UscGetSecretOutput) GetValueOk() (*string, bool)

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

SetValue

func (o *UscGetSecretOutput) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *UscGetSecretOutput) HasValue() bool

HasValue returns a boolean if a field has been set.

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