PatchSummaryCollection¶
-
class
oci.data_integration.models.
PatchSummaryCollection
(**kwargs)¶ Bases:
object
This is the collection of patch summaries, it may be a collection of lightweight details or full definitions.
Methods
__init__
(**kwargs)Initializes a new PatchSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PatchSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new PatchSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_integration.models.PatchSummary]) – The value to assign to the items property of this PatchSummaryCollection.
-
items
¶ [Required] Gets the items of this PatchSummaryCollection. The array of patch summaries.
Returns: The items of this PatchSummaryCollection. Return type: list[oci.data_integration.models.PatchSummary]
-