Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudBillingBudgetsV1CustomPeriod

import type { GoogleCloudBillingBudgetsV1CustomPeriod } from "https://googleapis.deno.dev/v1/billingbudgets:v1.ts";

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

interface GoogleCloudBillingBudgetsV1CustomPeriod {
endDate?: GoogleTypeDate;
startDate?: GoogleTypeDate;
}

§Properties

§

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.

§

Required. The start date must be after January 1, 2017.