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

GoogleCloudChannelV1alpha1CommitmentSettings

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

Commitment settings for commitment-based offers.

interface GoogleCloudChannelV1alpha1CommitmentSettings {
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.