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

InstantSnapshotGroupSourceInfo

import type { InstantSnapshotGroupSourceInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstantSnapshotGroupSourceInfo {
readonly consistencyGroup?: string;
readonly consistencyGroupId?: string;
}

§Properties

§
readonly consistencyGroup?: string
[src]
§
readonly consistencyGroupId?: string
[src]