InventoryRecordCollection¶
-
class
oci.fleet_apps_management.models.InventoryRecordCollection(**kwargs)¶ Bases:
objectResults of an inventory search.
Methods
__init__(**kwargs)Initializes a new InventoryRecordCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this InventoryRecordCollection. -
__init__(**kwargs)¶ Initializes a new InventoryRecordCollection 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.InventoryRecordSummary]) – The value to assign to the items property of this InventoryRecordCollection.
-
items¶ [Required] Gets the items of this InventoryRecordCollection. List of inventory targets
Returns: The items of this InventoryRecordCollection. Return type: list[oci.fleet_apps_management.models.InventoryRecordSummary]
-