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

ListTransferResourcesResponse

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

Response for the ListTransferResources RPC.

interface ListTransferResourcesResponse {
readonly nextPageToken?: string;
readonly transferResources?: TransferResource[];
}

§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.

§
readonly transferResources?: TransferResource[]
[src]

Output only. The transfer resources.