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