DeploymentExpenseHistory

DeploymentExpenseHistory
DeploymentExpenseHistory

Expense history of a deployment.

JSON Example
{
    "currency": "string",
    "data": [
        {
            "timestamp": "string",
            "value": "number"
        }
    ],
    "interval": "string"
}
string
currency
Optional

The currency code of the expense history.

data
Optional

The list of expense history metric.

string
interval
Optional

The requested interval type.

Possible values are : daily, weekly, monthly,