Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 876 Bytes

ProvenanceResultsDTO.md

File metadata and controls

16 lines (11 loc) · 876 Bytes

ProvenanceResultsDTO

Properties

Name Type Description Notes
provenanceEvents List<ProvenanceEventDTO> The provenance events that matched the search criteria. [optional]
total String The total number of results formatted. [optional]
totalCount Long The total number of results. [optional]
generated DateTime Then the search was performed. [optional]
oldestEvent DateTime The oldest event available in the provenance repository. [optional]
timeOffset Integer The time offset of the server that's used for event time. [optional]
errors List<String> Any errors that occurred while performing the provenance request. [optional]