Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 842 Bytes

ColUpdate.md

File metadata and controls

30 lines (21 loc) · 842 Bytes

ColUpdate

Properties

Name Type Description Notes
ucol str
uval str

Example

from ecotaxa_py_client.models.col_update import ColUpdate

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

# convert the object into a dict
col_update_dict = col_update_instance.to_dict()
# create an instance of ColUpdate from a dict
col_update_form_dict = col_update.from_dict(col_update_dict)

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