Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 887 Bytes

LineageDTO.md

File metadata and controls

17 lines (12 loc) · 887 Bytes

LineageDTO

Properties

Name Type Description Notes
id String The id of this lineage query. [optional]
uri String The URI for this lineage query for later retrieval and deletion. [optional]
submissionTime DateTime When the lineage query was submitted. [optional]
expiration DateTime When the lineage query will expire. [optional]
percentCompleted Integer The percent complete for the lineage query. [optional]
finished Boolean Whether the lineage query has finished. [optional]
request LineageRequestDTO The initial lineage result. [optional]
results LineageResultsDTO The results of the lineage query. [optional]