Show / Hide Table of Contents

Class AlarmSuppressionCollection

Collection of property summaries for alarm suppressions.

Inheritance
object
AlarmSuppressionCollection
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 AlarmSuppressionCollection

Properties

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

In this article
Back to top