Name | Type | Description | Notes |
---|---|---|---|
consents | List[ConsentDto] | ||
last_evaluated_key | str | [optional] |
from affinidi_tdk_iota_client.models.list_logged_consents_ok import ListLoggedConsentsOK
# TODO update the JSON string below
json = "{}"
# create an instance of ListLoggedConsentsOK from a JSON string
list_logged_consents_ok_instance = ListLoggedConsentsOK.from_json(json)
# print the JSON string representation of the object
print ListLoggedConsentsOK.to_json()
# convert the object into a dict
list_logged_consents_ok_dict = list_logged_consents_ok_instance.to_dict()
# create an instance of ListLoggedConsentsOK from a dict
list_logged_consents_ok_from_dict = ListLoggedConsentsOK.from_dict(list_logged_consents_ok_dict)