Show / Hide Table of Contents

Class AlarmSuppressionHistoryItemCollection

Collection of property summaries for alarm suppression history items.

Inheritance
object
AlarmSuppressionHistoryItemCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MonitoringService.Models
Assembly: OCI.DotNetSDK.Monitoring.dll
Syntax
public class AlarmSuppressionHistoryItemCollection

Properties

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

In this article
Back to top