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

GoogleCloudChannelV1alpha1Period

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

Represents period in days/months/years.

interface GoogleCloudChannelV1alpha1Period {
duration?: number;
periodType?:
| "PERIOD_TYPE_UNSPECIFIED"
| "DAY"
| "MONTH"
| "YEAR";
}

§Properties

§
duration?: number
[src]

Total duration of Period Type defined.

§
periodType?: "PERIOD_TYPE_UNSPECIFIED" | "DAY" | "MONTH" | "YEAR"
[src]

Period Type.