Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.5 KB

BodyExportObjectSetSummaryObjectSetExportSummaryPost.md

File metadata and controls

30 lines (21 loc) · 1.5 KB

BodyExportObjectSetSummaryObjectSetExportSummaryPost

Properties

Name Type Description Notes
filters ProjectFilters
request SummaryExportReq

Example

from ecotaxa_py_client.models.body_export_object_set_summary_object_set_export_summary_post import BodyExportObjectSetSummaryObjectSetExportSummaryPost

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

# convert the object into a dict
body_export_object_set_summary_object_set_export_summary_post_dict = body_export_object_set_summary_object_set_export_summary_post_instance.to_dict()
# create an instance of BodyExportObjectSetSummaryObjectSetExportSummaryPost from a dict
body_export_object_set_summary_object_set_export_summary_post_form_dict = body_export_object_set_summary_object_set_export_summary_post.from_dict(body_export_object_set_summary_object_set_export_summary_post_dict)

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