GetBudgetPlannedLimit

data class GetBudgetPlannedLimit(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

The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold. Length Constraints: Minimum length of 1. Maximum length of 2147483647.

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

The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD or GBP. Length Constraints: Minimum length of 1. Maximum length of 2147483647.