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