Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.56 KB

GetSecretReply.md

File metadata and controls

56 lines (31 loc) · 1.56 KB

GetSecretReply

Properties

Name Type Description Notes
Secret Pointer to Secret [optional]

Methods

NewGetSecretReply

func NewGetSecretReply() *GetSecretReply

NewGetSecretReply instantiates a new GetSecretReply 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

NewGetSecretReplyWithDefaults

func NewGetSecretReplyWithDefaults() *GetSecretReply

NewGetSecretReplyWithDefaults instantiates a new GetSecretReply 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

GetSecret

func (o *GetSecretReply) GetSecret() Secret

GetSecret returns the Secret field if non-nil, zero value otherwise.

GetSecretOk

func (o *GetSecretReply) GetSecretOk() (*Secret, bool)

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

SetSecret

func (o *GetSecretReply) SetSecret(v Secret)

SetSecret sets Secret field to given value.

HasSecret

func (o *GetSecretReply) HasSecret() bool

HasSecret returns a boolean if a field has been set.

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