| 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] |
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
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
func (o *UscGetSecretOutput) GetBinaryValue() bool
GetBinaryValue returns the BinaryValue field if non-nil, zero value otherwise.
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.
func (o *UscGetSecretOutput) SetBinaryValue(v bool)
SetBinaryValue sets BinaryValue field to given value.
func (o *UscGetSecretOutput) HasBinaryValue() bool
HasBinaryValue returns a boolean if a field has been set.
func (o *UscGetSecretOutput) GetEncryptionKey() string
GetEncryptionKey returns the EncryptionKey field if non-nil, zero value otherwise.
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.
func (o *UscGetSecretOutput) SetEncryptionKey(v string)
SetEncryptionKey sets EncryptionKey field to given value.
func (o *UscGetSecretOutput) HasEncryptionKey() bool
HasEncryptionKey returns a boolean if a field has been set.
func (o *UscGetSecretOutput) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *UscGetSecretOutput) SetId(v string)
SetId sets Id field to given value.
func (o *UscGetSecretOutput) HasId() bool
HasId returns a boolean if a field has been set.
func (o *UscGetSecretOutput) GetMetadata() interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
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.
func (o *UscGetSecretOutput) SetMetadata(v interface{})
SetMetadata sets Metadata field to given value.
func (o *UscGetSecretOutput) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *UscGetSecretOutput) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *UscGetSecretOutput) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
func (o *UscGetSecretOutput) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *UscGetSecretOutput) SetName(v string)
SetName sets Name field to given value.
func (o *UscGetSecretOutput) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UscGetSecretOutput) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *UscGetSecretOutput) SetValue(v string)
SetValue sets Value field to given value.
func (o *UscGetSecretOutput) HasValue() bool
HasValue returns a boolean if a field has been set.