InstalledPatchCollection

class oci.fleet_apps_management.models.InstalledPatchCollection(**kwargs)

Bases: object

Results of an installed patches search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.fleet_apps_management.models.InstalledPatchSummary]) – The value to assign to the items property of this InstalledPatchCollection.
items

[Required] Gets the items of this InstalledPatchCollection. List of installed patches

Returns:The items of this InstalledPatchCollection.
Return type:list[oci.fleet_apps_management.models.InstalledPatchSummary]