Show / Hide Table of Contents

Class CostAnalysisUI

The common fields for Cost Analysis UI rendering.

Inheritance
object
CostAnalysisUI
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.UsageapiService.Models
Assembly: OCI.DotNetSDK.Usageapi.dll
Syntax
public class CostAnalysisUI

Properties

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.

In this article
Back to top