TaskRunLineageSummaryCollection¶
-
class
oci.data_integration.models.
TaskRunLineageSummaryCollection
(**kwargs)¶ Bases:
object
List of lineage flows
Methods
__init__
(**kwargs)Initializes a new TaskRunLineageSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TaskRunLineageSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new TaskRunLineageSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_integration.models.TaskRunLineageSummary]) – The value to assign to the items property of this TaskRunLineageSummaryCollection.
-
items
¶ [Required] Gets the items of this TaskRunLineageSummaryCollection. The array of lineage flow summaries.
Returns: The items of this TaskRunLineageSummaryCollection. Return type: list[oci.data_integration.models.TaskRunLineageSummary]
-