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

ListAssetsResponse

import type { ListAssetsResponse } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Response message for listing assets.

interface ListAssetsResponse {
assets?: Asset[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
assets?: Asset[]
[src]

A list of assets.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
unreachable?: string[]
[src]

Locations that could not be reached.