Show / Hide Table of Contents

Class RootCauseDetail

The root cause details of the cost anomaly event.

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

Properties

Value

Declaration
[JsonProperty(PropertyName = "value")]
public object Value { get; set; }
Property Value
Type Description
object

The json object representing the root cause details of the anomaly event.

In this article
Back to top