InventoryResourceCollection

class oci.fleet_apps_management.models.InventoryResourceCollection(**kwargs)

Bases: object

Results of a inventoryResource search. Contains both InventoryResourceSummary items and other information, such as metadata.

Methods

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

Attributes

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

Initializes a new InventoryResourceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.fleet_apps_management.models.InventoryResourceSummary]) – The value to assign to the items property of this InventoryResourceCollection.
items

[Required] Gets the items of this InventoryResourceCollection. List of InventoryResources.

Returns:The items of this InventoryResourceCollection.
Return type:list[oci.fleet_apps_management.models.InventoryResourceSummary]