LineageDTO

Properties

Name Type Description Notes
id str The id of this lineage query. [optional]
uri str The URI for this lineage query for later retrieval and deletion. [optional]
submission_time str When the lineage query was submitted. [optional]
expiration str When the lineage query will expire. [optional]
percent_completed int The percent complete for the lineage query. [optional]
finished bool Whether the lineage query has finished. [optional]
request LineageRequestDTO The initial lineage result. [optional]
results LineageResultsDTO The results of the lineage query. [optional]

[Back to Model list] [Back to API list] [Back to README]