ActivityProblemAggregationCollection

class oci.cloud_guard.models.ActivityProblemAggregationCollection(**kwargs)

Bases: object

A collection of ProblemAggregation resources for problem analytics.

Methods

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

Attributes

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

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

[Required] Gets the items of this ActivityProblemAggregationCollection. List of all the ActivityProblemAggregation resources

Returns:The items of this ActivityProblemAggregationCollection.
Return type:list[oci.cloud_guard.models.ActivityProblemAggregation]