Class NamespaceMetricCollection
Collection of available namespace metrics.
Inherited Members
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