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

ListStepsResponse

import type { ListStepsResponse } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Response message for StepService.List.

interface ListStepsResponse {
nextPageToken?: string;
steps?: Step[];
}

§Properties

§
nextPageToken?: string
[src]

A continuation token to resume the query at the next item. If set, indicates that there are more steps to read, by calling list again with this value in the page_token field.

§
steps?: Step[]
[src]

Steps.