GoogleCloudBillingBudgetsV1CustomPeriodArgs

data class GoogleCloudBillingBudgetsV1CustomPeriodArgs(val endDate: Output<GoogleTypeDateArgs>? = null, val startDate: Output<GoogleTypeDateArgs>) : ConvertibleToJava<GoogleCloudBillingBudgetsV1CustomPeriodArgs>

All date times begin at 12 AM US and Canadian Pacific Time (UTC-8).

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudBillingBudgetsV1CustomPeriodArgs

Properties

Link copied to clipboard
val endDate: Output<GoogleTypeDateArgs>? = null

Optional. The end date of the time period. Budgets with elapsed end date won't be processed. If unset, specifies to track all usage incurred since the start_date.

Link copied to clipboard

The start date must be after January 1, 2017.