ProblemAggregationCollection

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

Bases: object

A collection of problem aggregation data for problem analytics.

Methods

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

Attributes

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

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

[Required] Gets the items of this ProblemAggregationCollection. List of all the ProblemAggregation resources

Returns:The items of this ProblemAggregationCollection.
Return type:list[oci.cloud_guard.models.ProblemAggregation]