PluginErrorCollection

class oci.jms.models.PluginErrorCollection(**kwargs)

Bases: object

Collection of PluginErrors.

Methods

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

Attributes

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

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

[Required] Gets the items of this PluginErrorCollection. A list of PluginErrorSummary.

Returns:The items of this PluginErrorCollection.
Return type:list[oci.jms.models.PluginErrorSummary]