SubmitHistoricalMetricsDetails

class oci.cloud_bridge.models.SubmitHistoricalMetricsDetails(**kwargs)

Bases: object

Post historical metric details.

Methods

__init__(**kwargs) Initializes a new SubmitHistoricalMetricsDetails object with values from keyword arguments.

Attributes

historical_metrics [Required] Gets the historical_metrics of this SubmitHistoricalMetricsDetails.
__init__(**kwargs)

Initializes a new SubmitHistoricalMetricsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:historical_metrics (list[oci.cloud_bridge.models.HistoricalMetric]) – The value to assign to the historical_metrics property of this SubmitHistoricalMetricsDetails.
historical_metrics

[Required] Gets the historical_metrics of this SubmitHistoricalMetricsDetails. List of asset historical metrics.

Returns:The historical_metrics of this SubmitHistoricalMetricsDetails.
Return type:list[oci.cloud_bridge.models.HistoricalMetric]