AssetAggregationCollection

class oci.cloud_bridge.models.AssetAggregationCollection(**kwargs)

Bases: object

The result of an analytics aggregation on a set of assets.

Methods

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

Attributes

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

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

[Required] Gets the items of this AssetAggregationCollection. List of asset aggregations.

Returns:The items of this AssetAggregationCollection.
Return type:list[oci.cloud_bridge.models.AssetAggregation]