Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.13 KB

CorsFetchIotaVpResponseOK.md

File metadata and controls

27 lines (20 loc) · 1.13 KB

CorsFetchIotaVpResponseOK

Properties

Name Type Description Notes
cors_fetch_iota_vp_response_ok str [optional]

Example

from affinidi_tdk_iota_client.models.cors_fetch_iota_vp_response_ok import CorsFetchIotaVpResponseOK

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

# convert the object into a dict
cors_fetch_iota_vp_response_ok_dict = cors_fetch_iota_vp_response_ok_instance.to_dict()
# create an instance of CorsFetchIotaVpResponseOK from a dict
cors_fetch_iota_vp_response_ok_from_dict = CorsFetchIotaVpResponseOK.from_dict(cors_fetch_iota_vp_response_ok_dict)

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