BudgetPlannedLimit

data class BudgetPlannedLimit(val amount: String, val startTime: String, val unit: String)

Constructors

Link copied to clipboard
constructor(amount: String, startTime: String, unit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Required) The amount of cost or usage being measured for a budget.

Link copied to clipboard

(Required) The start time of the budget limit. Format: 2017-01-01_12:00. See PlannedBudgetLimits documentation.

Link copied to clipboard

(Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See Spend documentation.