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

ListTransferLogsResponse

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

The returned list transfer run messages.

interface ListTransferLogsResponse {
readonly nextPageToken?: string;
readonly transferMessages?: TransferMessage[];
}

§Properties

§
readonly nextPageToken?: string
[src]

Output only. The next-pagination token. For multiple-page list results, this token can be used as the GetTransferRunLogRequest.page_token to request the next page of list results.

§
readonly transferMessages?: TransferMessage[]
[src]

Output only. The stored pipeline transfer messages.