Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
readonly nextPageToken?: string
[src]

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§

The list of storage resources in the source.

§
readonly updateTime?: Date
[src]

Output only. The timestamp when the source was last queried (if the result is from the cache).