| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The id of the provenance query. | [optional] |
| Uri | string | The URI for this query. Used for obtaining/deleting the request at a later time | [optional] |
| SubmissionTime | string | The timestamp when the query was submitted. | [optional] |
| Expiration | string | The timestamp when the query will expire. | [optional] |
| PercentCompleted | int? | The current percent complete. | [optional] |
| Finished | bool? | Whether the query has finished. | [optional] |
| Request | ProvenanceRequestDTO | The provenance request. | [optional] |
| Results | ProvenanceResultsDTO | The provenance results. | [optional] |