ManagedEntityAggregationCollection

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

Bases: object

An array of Managed Entity objects

Methods

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

Attributes

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

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

[Required] Gets the items of this ManagedEntityAggregationCollection. List of ManagedEntityAggregation objects.

Returns:The items of this ManagedEntityAggregationCollection.
Return type:list[oci.fleet_apps_management.models.ManagedEntityAggregation]