Show / Hide Table of Contents

Class AlertsAggregationDimension

Details of aggregation dimension summarizing alerts.

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

Properties

GroupBy

Declaration
[Required(ErrorMessage = "GroupBy is required.")]
[JsonProperty(PropertyName = "groupBy")]
public Dictionary<string, string> GroupBy { get; set; }
Property Value
Type Description
Dictionary<string, string>

GroupBy value used in aggregation.

Remarks

Required

In this article
Back to top