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