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