Show / Hide Table of Contents

Class TestMetricExtensionData

The Test result details

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

Properties

TestRunId

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

Test Run Id

Remarks

Required

TestRunMetricSuffix

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

Test Run Metric Suffix

Remarks

Required

TestRunNamespaceName

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

Test Run Namespace name

Remarks

Required

TestRunResourceGroupName

Declaration
[JsonProperty(PropertyName = "testRunResourceGroupName")]
public string TestRunResourceGroupName { get; set; }
Property Value
Type Description
string

Test Run Resource Group name

In this article
Back to top