PatchChangeSummaryCollection¶
- 
class oci.data_integration.models.PatchChangeSummaryCollection(**kwargs)¶
- Bases: - object- This is the collection of patch report summaries,. It may be a collection of lightweight details or full definitions. - Methods - __init__(**kwargs)- Initializes a new PatchChangeSummaryCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this PatchChangeSummaryCollection. - 
__init__(**kwargs)¶
- Initializes a new PatchChangeSummaryCollection 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.PatchChangeSummary]) – The value to assign to the items property of this PatchChangeSummaryCollection. 
 - 
items¶
- [Required] Gets the items of this PatchChangeSummaryCollection. The array of patch summaries. - Returns: - The items of this PatchChangeSummaryCollection. - Return type: - list[oci.data_integration.models.PatchChangeSummary] 
 
-