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

GoogleCloudChannelV1Parameter

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

Definition for extended entitlement parameters.

interface GoogleCloudChannelV1Parameter {
readonly editable?: boolean;
name?: string;
}

§Properties

§
readonly editable?: boolean
[src]

Output only. Specifies whether this parameter is allowed to be changed. For example, for a Google Workspace Business Starter entitlement in commitment plan, num_units is editable when entitlement is active.

§
name?: string
[src]

Name of the parameter.

§

Value of the parameter.