FleetProductCollection

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

Bases: object

Results of a fleetProduct search. Contains boh FleetProductSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this FleetProductCollection. List of fleetProducts.

Returns:The items of this FleetProductCollection.
Return type:list[oci.fleet_apps_management.models.FleetProductSummary]