Import Error Collection Response.
| Name | Type | Description | Notes |
|---|---|---|---|
| import_errors | List[ImportErrorResponse] | ||
| total_entries | int |
fromairflow_client.client.models.import_error_collection_responseimportImportErrorCollectionResponse# TODO update the JSON string belowjson="{}"# create an instance of ImportErrorCollectionResponse from a JSON stringimport_error_collection_response_instance=ImportErrorCollectionResponse.from_json(json)
# print the JSON string representation of the objectprint(ImportErrorCollectionResponse.to_json())
# convert the object into a dictimport_error_collection_response_dict=import_error_collection_response_instance.to_dict()
# create an instance of ImportErrorCollectionResponse from a dictimport_error_collection_response_from_dict=ImportErrorCollectionResponse.from_dict(import_error_collection_response_dict)