WarehouseDataObjectCollection¶
-
class
oci.opsi.models.
WarehouseDataObjectCollection
(**kwargs)¶ Bases:
object
Collection of Warehouse data object summary objects.
Methods
__init__
(**kwargs)Initializes a new WarehouseDataObjectCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this WarehouseDataObjectCollection. -
__init__
(**kwargs)¶ Initializes a new WarehouseDataObjectCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.WarehouseDataObjectSummary]) – The value to assign to the items property of this WarehouseDataObjectCollection.
-
items
¶ [Required] Gets the items of this WarehouseDataObjectCollection. Array of Warehouse data object summary objects.
Returns: The items of this WarehouseDataObjectCollection. Return type: list[oci.opsi.models.WarehouseDataObjectSummary]
-