| Name | Type | Description | Notes |
|---|---|---|---|
| Digest | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Value | Pointer to string | [optional] | |
| Version | Pointer to int64 | [optional] |
func NewSetAppSecretResponse() *SetAppSecretResponse
NewSetAppSecretResponse instantiates a new SetAppSecretResponse 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 NewSetAppSecretResponseWithDefaults() *SetAppSecretResponse
NewSetAppSecretResponseWithDefaults instantiates a new SetAppSecretResponse 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 *SetAppSecretResponse) GetDigest() string
GetDigest returns the Digest field if non-nil, zero value otherwise.
func (o *SetAppSecretResponse) GetDigestOk() (*string, bool)
GetDigestOk returns a tuple with the Digest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetAppSecretResponse) SetDigest(v string)
SetDigest sets Digest field to given value.
func (o *SetAppSecretResponse) HasDigest() bool
HasDigest returns a boolean if a field has been set.
func (o *SetAppSecretResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SetAppSecretResponse) 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 *SetAppSecretResponse) SetName(v string)
SetName sets Name field to given value.
func (o *SetAppSecretResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SetAppSecretResponse) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *SetAppSecretResponse) 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 *SetAppSecretResponse) SetValue(v string)
SetValue sets Value field to given value.
func (o *SetAppSecretResponse) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *SetAppSecretResponse) GetVersion() int64
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SetAppSecretResponse) GetVersionOk() (*int64, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetAppSecretResponse) SetVersion(v int64)
SetVersion sets Version field to given value.
func (o *SetAppSecretResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.