You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromopenapi_client.models.rest_col_service_create_document_bodyimportRestColServiceCreateDocumentBody# TODO update the JSON string belowjson="{}"# create an instance of RestColServiceCreateDocumentBody from a JSON stringrest_col_service_create_document_body_instance=RestColServiceCreateDocumentBody.from_json(json)
# print the JSON string representation of the objectprint(RestColServiceCreateDocumentBody.to_json())
# convert the object into a dictrest_col_service_create_document_body_dict=rest_col_service_create_document_body_instance.to_dict()
# create an instance of RestColServiceCreateDocumentBody from a dictrest_col_service_create_document_body_from_dict=RestColServiceCreateDocumentBody.from_dict(rest_col_service_create_document_body_dict)