internal/httpclient/docs/VerifiableCredentialPrimingResponse.md
| Name | Type | Description | Notes |
|---|---|---|---|
| CNonce | Pointer to string | [optional] | |
| CNonceExpiresIn | Pointer to int64 | [optional] | |
| Error | Pointer to string | [optional] | |
| ErrorDebug | Pointer to string | [optional] | |
| ErrorDescription | Pointer to string | [optional] | |
| ErrorHint | Pointer to string | [optional] | |
| Format | Pointer to string | [optional] | |
| StatusCode | Pointer to int64 | [optional] |
func NewVerifiableCredentialPrimingResponse() *VerifiableCredentialPrimingResponse
NewVerifiableCredentialPrimingResponse instantiates a new VerifiableCredentialPrimingResponse 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 NewVerifiableCredentialPrimingResponseWithDefaults() *VerifiableCredentialPrimingResponse
NewVerifiableCredentialPrimingResponseWithDefaults instantiates a new VerifiableCredentialPrimingResponse 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 *VerifiableCredentialPrimingResponse) GetCNonce() string
GetCNonce returns the CNonce field if non-nil, zero value otherwise.
func (o *VerifiableCredentialPrimingResponse) GetCNonceOk() (*string, bool)
GetCNonceOk returns a tuple with the CNonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialPrimingResponse) SetCNonce(v string)
SetCNonce sets CNonce field to given value.
func (o *VerifiableCredentialPrimingResponse) HasCNonce() bool
HasCNonce returns a boolean if a field has been set.
func (o *VerifiableCredentialPrimingResponse) GetCNonceExpiresIn() int64
GetCNonceExpiresIn returns the CNonceExpiresIn field if non-nil, zero value otherwise.
func (o *VerifiableCredentialPrimingResponse) GetCNonceExpiresInOk() (*int64, bool)
GetCNonceExpiresInOk returns a tuple with the CNonceExpiresIn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialPrimingResponse) SetCNonceExpiresIn(v int64)
SetCNonceExpiresIn sets CNonceExpiresIn field to given value.
func (o *VerifiableCredentialPrimingResponse) HasCNonceExpiresIn() bool
HasCNonceExpiresIn returns a boolean if a field has been set.
func (o *VerifiableCredentialPrimingResponse) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *VerifiableCredentialPrimingResponse) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialPrimingResponse) SetError(v string)
SetError sets Error field to given value.
func (o *VerifiableCredentialPrimingResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (o *VerifiableCredentialPrimingResponse) GetErrorDebug() string
GetErrorDebug returns the ErrorDebug field if non-nil, zero value otherwise.
func (o *VerifiableCredentialPrimingResponse) GetErrorDebugOk() (*string, bool)
GetErrorDebugOk returns a tuple with the ErrorDebug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialPrimingResponse) SetErrorDebug(v string)
SetErrorDebug sets ErrorDebug field to given value.
func (o *VerifiableCredentialPrimingResponse) HasErrorDebug() bool
HasErrorDebug returns a boolean if a field has been set.
func (o *VerifiableCredentialPrimingResponse) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field if non-nil, zero value otherwise.
func (o *VerifiableCredentialPrimingResponse) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialPrimingResponse) SetErrorDescription(v string)
SetErrorDescription sets ErrorDescription field to given value.
func (o *VerifiableCredentialPrimingResponse) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (o *VerifiableCredentialPrimingResponse) GetErrorHint() string
GetErrorHint returns the ErrorHint field if non-nil, zero value otherwise.
func (o *VerifiableCredentialPrimingResponse) GetErrorHintOk() (*string, bool)
GetErrorHintOk returns a tuple with the ErrorHint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialPrimingResponse) SetErrorHint(v string)
SetErrorHint sets ErrorHint field to given value.
func (o *VerifiableCredentialPrimingResponse) HasErrorHint() bool
HasErrorHint returns a boolean if a field has been set.
func (o *VerifiableCredentialPrimingResponse) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *VerifiableCredentialPrimingResponse) 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 *VerifiableCredentialPrimingResponse) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *VerifiableCredentialPrimingResponse) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *VerifiableCredentialPrimingResponse) GetStatusCode() int64
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *VerifiableCredentialPrimingResponse) GetStatusCodeOk() (*int64, bool)
GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialPrimingResponse) SetStatusCode(v int64)
SetStatusCode sets StatusCode field to given value.
func (o *VerifiableCredentialPrimingResponse) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.