ErratumCollection

class oci.os_management_hub.models.ErratumCollection(**kwargs)

Bases: object

The set of errata returned for the list_errata() operation.

Methods

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

Attributes

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

Initializes a new ErratumCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.os_management_hub.models.ErratumSummary]) – The value to assign to the items property of this ErratumCollection.
items

[Required] Gets the items of this ErratumCollection. List of errata.

Returns:The items of this ErratumCollection.
Return type:list[oci.os_management_hub.models.ErratumSummary]