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

Expiration

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

Expiration holds information about the expiration of a MigratingVm.

interface Expiration {
readonly expireTime?: Date;
readonly extendable?: boolean;
readonly extensionCount?: number;
}

§Properties

§
readonly expireTime?: Date
[src]

Output only. Timestamp of when this resource is considered expired.

§
readonly extendable?: boolean
[src]

Output only. Describes whether the expiration can be extended.

§
readonly extensionCount?: number
[src]

Output only. The number of times expiration was extended.