Class MonitorCollection
The results of a monitor search, which contains both MonitorSummary items and other data in an APM domain.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class MonitorCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MonitorSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<MonitorSummary> | List of MonitorSummary items. |
Remarks
Required