Class HistoricalMetricCollection
List of historical metric.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class HistoricalMetricCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HistoricalMetricSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<HistoricalMetricSummary> | List of asset historical metrics. | 
Remarks
Required