GoogleApi.BillingBudgets.V1.Model.GoogleCloudBillingBudgetsV1CustomPeriod (google_api_billing_budgets v0.12.1) View Source
All date times begin at 12 AM US and Canadian Pacific Time (UTC-8).
Attributes
-
endDate(type:GoogleApi.BillingBudgets.V1.Model.GoogleTypeDate.t, default:nil) - 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. -
startDate(type:GoogleApi.BillingBudgets.V1.Model.GoogleTypeDate.t, default:nil) - Required. The start date must be after January 1, 2017.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.BillingBudgets.V1.Model.GoogleCloudBillingBudgetsV1CustomPeriod{
endDate: GoogleApi.BillingBudgets.V1.Model.GoogleTypeDate.t(),
startDate: GoogleApi.BillingBudgets.V1.Model.GoogleTypeDate.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.