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

ListStreamObjectsResponse

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

Response containing the objects for a stream.

interface ListStreamObjectsResponse {
nextPageToken?: string;
streamObjects?: StreamObject[];
}

§Properties

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page.

§
streamObjects?: StreamObject[]
[src]

List of stream objects.