ResponderExecutionTrendAggregationCollection¶
-
class
oci.cloud_guard.models.
ResponderExecutionTrendAggregationCollection
(**kwargs)¶ Bases:
object
Collection of ResponderExecutionTrendAggregation resources.
Methods
__init__
(**kwargs)Initializes a new ResponderExecutionTrendAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ResponderExecutionTrendAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new ResponderExecutionTrendAggregationCollection 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.ResponderExecutionTrendAggregation]) – The value to assign to the items property of this ResponderExecutionTrendAggregationCollection.
-
items
¶ [Required] Gets the items of this ResponderExecutionTrendAggregationCollection. List of all the ResponderExecutionTrendAggregation resources.
Returns: The items of this ResponderExecutionTrendAggregationCollection. Return type: list[oci.cloud_guard.models.ResponderExecutionTrendAggregation]
-