FetchStorageInventoryResponse
import type { FetchStorageInventoryResponse } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";
Response message for fetchStorageInventory.
interface FetchStorageInventoryResponse {
readonly nextPageToken?: string;
resources?: SourceStorageResource[];
readonly updateTime?: Date;
}