Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.48 KB

File metadata and controls

134 lines (73 loc) · 3.48 KB

SetAppSecretResponse

Properties

Name Type Description Notes
Digest Pointer to string [optional]
Name Pointer to string [optional]
Value Pointer to string [optional]
Version Pointer to int64 [optional]

Methods

NewSetAppSecretResponse

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

NewSetAppSecretResponseWithDefaults

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

GetDigest

func (o *SetAppSecretResponse) GetDigest() string

GetDigest returns the Digest field if non-nil, zero value otherwise.

GetDigestOk

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.

SetDigest

func (o *SetAppSecretResponse) SetDigest(v string)

SetDigest sets Digest field to given value.

HasDigest

func (o *SetAppSecretResponse) HasDigest() bool

HasDigest returns a boolean if a field has been set.

GetName

func (o *SetAppSecretResponse) GetName() string

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

GetNameOk

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.

SetName

func (o *SetAppSecretResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SetAppSecretResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetValue

func (o *SetAppSecretResponse) GetValue() string

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

GetValueOk

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.

SetValue

func (o *SetAppSecretResponse) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *SetAppSecretResponse) HasValue() bool

HasValue returns a boolean if a field has been set.

GetVersion

func (o *SetAppSecretResponse) GetVersion() int64

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *SetAppSecretResponse) SetVersion(v int64)

SetVersion sets Version field to given value.

HasVersion

func (o *SetAppSecretResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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