internal/httpclient/docs/VerifiableCredentialResponse.md
| Name | Type | Description | Notes |
|---|---|---|---|
| CredentialDraft00 | Pointer to string | [optional] | |
| Format | Pointer to string | [optional] |
func NewVerifiableCredentialResponse() *VerifiableCredentialResponse
NewVerifiableCredentialResponse instantiates a new VerifiableCredentialResponse 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 NewVerifiableCredentialResponseWithDefaults() *VerifiableCredentialResponse
NewVerifiableCredentialResponseWithDefaults instantiates a new VerifiableCredentialResponse 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 *VerifiableCredentialResponse) GetCredentialDraft00() string
GetCredentialDraft00 returns the CredentialDraft00 field if non-nil, zero value otherwise.
func (o *VerifiableCredentialResponse) GetCredentialDraft00Ok() (*string, bool)
GetCredentialDraft00Ok returns a tuple with the CredentialDraft00 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialResponse) SetCredentialDraft00(v string)
SetCredentialDraft00 sets CredentialDraft00 field to given value.
func (o *VerifiableCredentialResponse) HasCredentialDraft00() bool
HasCredentialDraft00 returns a boolean if a field has been set.
func (o *VerifiableCredentialResponse) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *VerifiableCredentialResponse) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialResponse) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *VerifiableCredentialResponse) HasFormat() bool
HasFormat returns a boolean if a field has been set.