Class CostAnalysisUI
The common fields for Cost Analysis UI rendering.
Inherited Members
Namespace: Oci.UsageapiService.Models
Assembly: OCI.DotNetSDK.Usageapi.dll
Syntax
public class CostAnalysisUIProperties
Graph
Declaration
[JsonProperty(PropertyName = "graph")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CostAnalysisUI.GraphEnum? Graph { get; set; }Property Value
| Type | Description | 
|---|---|
| CostAnalysisUI.GraphEnum? | The graph type. | 
IsCumulativeGraph
Declaration
[JsonProperty(PropertyName = "isCumulativeGraph")]
public bool? IsCumulativeGraph { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | A cumulative graph. |