Class AlarmSuppressionCollection
Collection of property summaries for alarm suppressions.
Inherited Members
Namespace: Oci.MonitoringService.Models
Assembly: OCI.DotNetSDK.Monitoring.dll
Syntax
public class AlarmSuppressionCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AlarmSuppressionSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AlarmSuppressionSummary> | List of property summaries for alarm suppressions. | 
Remarks
Required