RootCauseDetail¶
-
class
oci.budget.models.RootCauseDetail(**kwargs)¶ Bases:
objectThe root cause details of the cost anomaly event.
Methods
__init__(**kwargs)Initializes a new RootCauseDetail object with values from keyword arguments. Attributes
valueGets the value of this RootCauseDetail. -
__init__(**kwargs)¶ Initializes a new RootCauseDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: value (object) – The value to assign to the value property of this RootCauseDetail.
-
value¶ Gets the value of this RootCauseDetail. The json object representing the root cause details of the anomaly event.
Returns: The value of this RootCauseDetail. Return type: object
-