Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

CreateCredentialReply.md

File metadata and controls

56 lines (31 loc) · 1.74 KB

CreateCredentialReply

Properties

Name Type Description Notes
Credential Pointer to Credential [optional]

Methods

NewCreateCredentialReply

func NewCreateCredentialReply() *CreateCredentialReply

NewCreateCredentialReply instantiates a new CreateCredentialReply 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

NewCreateCredentialReplyWithDefaults

func NewCreateCredentialReplyWithDefaults() *CreateCredentialReply

NewCreateCredentialReplyWithDefaults instantiates a new CreateCredentialReply 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

GetCredential

func (o *CreateCredentialReply) GetCredential() Credential

GetCredential returns the Credential field if non-nil, zero value otherwise.

GetCredentialOk

func (o *CreateCredentialReply) GetCredentialOk() (*Credential, bool)

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

SetCredential

func (o *CreateCredentialReply) SetCredential(v Credential)

SetCredential sets Credential field to given value.

HasCredential

func (o *CreateCredentialReply) HasCredential() bool

HasCredential returns a boolean if a field has been set.

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