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

GoogleCloudChannelV1CommitmentSettings

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

Commitment settings for commitment-based offers.

interface GoogleCloudChannelV1CommitmentSettings {
readonly endTime?: Date;
readonly startTime?: Date;
}

§Properties

§
readonly endTime?: Date
[src]

Output only. Commitment end timestamp.

§

Optional. Renewal settings applicable for a commitment-based Offer.

§
readonly startTime?: Date
[src]

Output only. Commitment start timestamp.