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