ProcessSetCollection¶
- 
class oci.stack_monitoring.models.ProcessSetCollection(**kwargs)¶
- Bases: - object- Result of the Process Set fetch. - Methods - __init__(**kwargs)- Initializes a new ProcessSetCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ProcessSetCollection. - 
__init__(**kwargs)¶
- Initializes a new ProcessSetCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.stack_monitoring.models.ProcessSetSummary]) – The value to assign to the items property of this ProcessSetCollection. 
 - 
items¶
- [Required] Gets the items of this ProcessSetCollection. List of Process Sets. - Returns: - The items of this ProcessSetCollection. - Return type: - list[oci.stack_monitoring.models.ProcessSetSummary] 
 
-