Skip to content

ResponseDocumentArtifacts

Properties

Name Type Description Notes
artifacts DocumentArtifacts

Example

from deepsearch.cps.apis.public_v2.models.response_document_artifacts import ResponseDocumentArtifacts

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

# convert the object into a dict
response_document_artifacts_dict = response_document_artifacts_instance.to_dict()
# create an instance of ResponseDocumentArtifacts from a dict
response_document_artifacts_form_dict = response_document_artifacts.from_dict(response_document_artifacts_dict)
[Back to Model list] [Back to API list] [Back to README]