ProblemTrendAggregationCollection

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

Bases: object

Collection of problem trend aggregations

Methods

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

Attributes

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

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

[Required] Gets the items of this ProblemTrendAggregationCollection. List of problem trend aggregations (ProblemTrendAggregation resources)

Returns:The items of this ProblemTrendAggregationCollection.
Return type:list[oci.cloud_guard.models.ProblemTrendAggregation]