Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.28 KB

UpsertByKeyFromStorage200ResponseAnyOf1.md

File metadata and controls

31 lines (22 loc) · 1.28 KB

UpsertByKeyFromStorage200ResponseAnyOf1

Properties

Name Type Description Notes
version object [optional]
success bool
error str

Example

from monday_code.models.upsert_by_key_from_storage200_response_any_of1 import UpsertByKeyFromStorage200ResponseAnyOf1

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

# convert the object into a dict
upsert_by_key_from_storage200_response_any_of1_dict = upsert_by_key_from_storage200_response_any_of1_instance.to_dict()
# create an instance of UpsertByKeyFromStorage200ResponseAnyOf1 from a dict
upsert_by_key_from_storage200_response_any_of1_from_dict = UpsertByKeyFromStorage200ResponseAnyOf1.from_dict(upsert_by_key_from_storage200_response_any_of1_dict)

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