Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.12 KB

UpdateConfigurationByIdOK.md

File metadata and controls

27 lines (20 loc) · 1.12 KB

UpdateConfigurationByIdOK

Properties

Name Type Description Notes
update_configuration_by_id_ok str [optional]

Example

from affinidi_tdk_iota_client.models.update_configuration_by_id_ok import UpdateConfigurationByIdOK

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

# convert the object into a dict
update_configuration_by_id_ok_dict = update_configuration_by_id_ok_instance.to_dict()
# create an instance of UpdateConfigurationByIdOK from a dict
update_configuration_by_id_ok_from_dict = UpdateConfigurationByIdOK.from_dict(update_configuration_by_id_ok_dict)

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