RecommendedPatchCollection

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

Bases: object

Results of an recommended patches search.

Methods

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

Attributes

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

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

[Required] Gets the items of this RecommendedPatchCollection. List of recommended patches

Returns:The items of this RecommendedPatchCollection.
Return type:list[oci.fleet_apps_management.models.RecommendedPatchSummary]