ReservationBlocksGetOptions
import type { ReservationBlocksGetOptions } from "https://googleapis.deno.dev/v1/compute:v1.ts";
Additional options for Compute#reservationBlocksGet.
interface ReservationBlocksGetOptions {
view?: "BASIC" | "BLOCK_VIEW_UNSPECIFIED" | "FULL";
}