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

ListJobMessagesResponse

import type { ListJobMessagesResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Response to a request to list job messages.

interface ListJobMessagesResponse {
autoscalingEvents?: AutoscalingEvent[];
jobMessages?: JobMessage[];
nextPageToken?: string;
}

§Properties

§
autoscalingEvents?: AutoscalingEvent[]
[src]

Autoscaling events in ascending timestamp order.

§
jobMessages?: JobMessage[]
[src]

Messages in ascending timestamp order.

§
nextPageToken?: string
[src]

The token to obtain the next page of results if there are more.