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

License

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

Represents a License resource. A License represents billing and aggregate usage data for public and marketplace images. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

interface License {
chargesUseFee?: boolean;
creationTimestamp?: string;
description?: string;
id?: bigint;
kind?: string;
licenseCode?: bigint;
name?: string;
resourceRequirements?: LicenseResourceRequirements;
selfLink?: string;
transferable?: boolean;
}

§Properties

§
chargesUseFee?: boolean
[src]

[Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.

§
creationTimestamp?: string
[src]

[Output Only] Creation timestamp in RFC3339 text format.

§
description?: string
[src]

An optional textual description of the resource; provided by the client when the resource is created.

§
id?: bigint
[src]

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§
kind?: string
[src]

[Output Only] Type of resource. Always compute#license for licenses.

§
licenseCode?: bigint
[src]

[Output Only] The unique code used to attach this license to images, snapshots, and disks.

§
name?: string
[src]

Name of the resource. The name must be 1-63 characters long and comply with RFC1035.

§
resourceRequirements?: LicenseResourceRequirements
[src]
§
transferable?: boolean
[src]

If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.