PluginErrorAggregationCollection¶
-
class
oci.jms.models.
PluginErrorAggregationCollection
(**kwargs)¶ Bases:
object
Collection of PluginErrorAggregation.
Methods
__init__
(**kwargs)Initializes a new PluginErrorAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PluginErrorAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new PluginErrorAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.jms.models.PluginErrorAggregationSummary]) – The value to assign to the items property of this PluginErrorAggregationCollection.
-
items
¶ [Required] Gets the items of this PluginErrorAggregationCollection. A list of PluginErrorAggregationSummary.
Returns: The items of this PluginErrorAggregationCollection. Return type: list[oci.jms.models.PluginErrorAggregationSummary]
-