InstantSnapshotGroupResourceStatus
import type { InstantSnapshotGroupResourceStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface InstantSnapshotGroupResourceStatus {
readonly consistencyMembershipResolutionTime?: Date;
readonly sourceInfo?: InstantSnapshotGroupSourceInfo;
}