BudgetTimePeriodResponse

data class BudgetTimePeriodResponse(val endDate: String? = null, val startDate: String)

The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate. Supported for CategoryType(s): Cost, ReservationUtilization. Required for CategoryType(s): Cost, ReservationUtilization.

Constructors

Link copied to clipboard
constructor(endDate: String? = null, startDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endDate: String? = null

The end date for the budget.

Link copied to clipboard

The start date for the budget.