Show / Hide Table of Contents

Class EvaluateBaselineableMetricResult

Result for Baseline Metric Data evaluation

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AnomalyMetricData> Items { get; set; }
Property Value
Type Description
List<AnomalyMetricData>

List of Metric data

Remarks

Required

ResourceId

Declaration
[Required(ErrorMessage = "ResourceId is required.")]
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type Description
string

OCID of the resource

Remarks

Required

In this article
Back to top