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

ListTraceScopesResponse

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

Response for listing TraceScopes.

interface ListTraceScopesResponse {
nextPageToken?: string;
traceScopes?: TraceScope[];
}

§Properties

§
nextPageToken?: string
[src]

Optional. If there might be more results than appear in this response, then next_page_token is included. To get the next set of results, call the same method again using the value of next_page_token as page_token.

§
traceScopes?: TraceScope[]
[src]

Optional. A list of trace scopes.