Class MetricPropertyCollection
A list of available metrics and their associated properties such as dimensions.
Inherited Members
Namespace: Oci.OcicontrolcenterService.Models
Assembly: OCI.DotNetSDK.Ocicontrolcenter.dll
Syntax
public class MetricPropertyCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MetricPropertySummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<MetricPropertySummary> | An array of MetricPropertySummary objects. |
Remarks
Required