Name | Type | Description | Notes |
---|---|---|---|
ucol | str | ||
uval | str |
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)