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