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

LookupStreamObjectRequest

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

Request for looking up a specific stream object by its source object identifier.

interface LookupStreamObjectRequest {
sourceObjectIdentifier?: SourceObjectIdentifier;
}

§Properties

§
sourceObjectIdentifier?: SourceObjectIdentifier
[src]

Required. The source object identifier which maps to the stream object.