MonitorCollection¶
- 
class oci.apm_synthetics.models.MonitorCollection(**kwargs)¶
- Bases: - object- The results of a monitor search, which contains both MonitorSummary items and other data in an APM domain. - Methods - __init__(**kwargs)- Initializes a new MonitorCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this MonitorCollection. - 
__init__(**kwargs)¶
- Initializes a new MonitorCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.apm_synthetics.models.MonitorSummary]) – The value to assign to the items property of this MonitorCollection. 
 - 
items¶
- [Required] Gets the items of this MonitorCollection. List of MonitorSummary items. - Returns: - The items of this MonitorCollection. - Return type: - list[oci.apm_synthetics.models.MonitorSummary] 
 
-