internal/httpclient/docs/VerifiableCredentialProof.md
| Name | Type | Description | Notes |
|---|---|---|---|
| Jwt | Pointer to string | [optional] | |
| ProofType | Pointer to string | [optional] |
func NewVerifiableCredentialProof() *VerifiableCredentialProof
NewVerifiableCredentialProof instantiates a new VerifiableCredentialProof 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 NewVerifiableCredentialProofWithDefaults() *VerifiableCredentialProof
NewVerifiableCredentialProofWithDefaults instantiates a new VerifiableCredentialProof 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 *VerifiableCredentialProof) GetJwt() string
GetJwt returns the Jwt field if non-nil, zero value otherwise.
func (o *VerifiableCredentialProof) GetJwtOk() (*string, bool)
GetJwtOk returns a tuple with the Jwt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialProof) SetJwt(v string)
SetJwt sets Jwt field to given value.
func (o *VerifiableCredentialProof) HasJwt() bool
HasJwt returns a boolean if a field has been set.
func (o *VerifiableCredentialProof) GetProofType() string
GetProofType returns the ProofType field if non-nil, zero value otherwise.
func (o *VerifiableCredentialProof) GetProofTypeOk() (*string, bool)
GetProofTypeOk returns a tuple with the ProofType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifiableCredentialProof) SetProofType(v string)
SetProofType sets ProofType field to given value.
func (o *VerifiableCredentialProof) HasProofType() bool
HasProofType returns a boolean if a field has been set.