Show / Hide Table of Contents

Class NamespaceMetricCollection

Collection of available namespace metrics.

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

Properties

Items

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

The list of available namespace metrics.

Remarks

Required

In this article
Back to top