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