FutureReservationStatusExistingMatchingUsageInfo
import type { FutureReservationStatusExistingMatchingUsageInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";[Output Only] Represents the existing matching usage for the future reservation.
interface FutureReservationStatusExistingMatchingUsageInfo {
readonly count?: bigint;
readonly timestamp?: string;
}