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

GoogleCloudChannelV1alpha1TrialSettings

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

Settings for trial offers.

interface GoogleCloudChannelV1alpha1TrialSettings {
endTime?: Date;
trial?: boolean;
}

§Properties

§
endTime?: Date
[src]

Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter.

§
trial?: boolean
[src]

Determines if the entitlement is in a trial or not: * true - The entitlement is in trial. * false - The entitlement is not in trial.