EmWarehouseCollection

class oci.em_warehouse.models.EmWarehouseCollection(**kwargs)

Bases: object

Results of a emWarehouse search. Contains boh EmWarehouseSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new EmWarehouseCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this EmWarehouseCollection.
__init__(**kwargs)

Initializes a new EmWarehouseCollection 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.EmWarehouseSummary]) – The value to assign to the items property of this EmWarehouseCollection.
items

[Required] Gets the items of this EmWarehouseCollection. List of emWarehouses.

Returns:The items of this EmWarehouseCollection.
Return type:list[oci.em_warehouse.models.EmWarehouseSummary]