TaskRunSummaryCollection¶
-
class
oci.data_integration.models.
TaskRunSummaryCollection
(**kwargs)¶ Bases:
object
A list of task run summaries.
Methods
__init__
(**kwargs)Initializes a new TaskRunSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TaskRunSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new TaskRunSummaryCollection 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.TaskRunSummary]) – The value to assign to the items property of this TaskRunSummaryCollection.
-
items
¶ [Required] Gets the items of this TaskRunSummaryCollection. The array of task run summaries.
Returns: The items of this TaskRunSummaryCollection. Return type: list[oci.data_integration.models.TaskRunSummary]
-