Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

W3cCredentialCredentialSubject.md

File metadata and controls

26 lines (19 loc) · 1.05 KB

W3cCredentialCredentialSubject

Properties

Name Type Description Notes

Example

from affinidi_tdk_credential_verification_client.models.w3c_credential_credential_subject import W3cCredentialCredentialSubject

# TODO update the JSON string below
json = "{}"
# create an instance of W3cCredentialCredentialSubject from a JSON string
w3c_credential_credential_subject_instance = W3cCredentialCredentialSubject.from_json(json)
# print the JSON string representation of the object
print W3cCredentialCredentialSubject.to_json()

# convert the object into a dict
w3c_credential_credential_subject_dict = w3c_credential_credential_subject_instance.to_dict()
# create an instance of W3cCredentialCredentialSubject from a dict
w3c_credential_credential_subject_from_dict = W3cCredentialCredentialSubject.from_dict(w3c_credential_credential_subject_dict)

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