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