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

QueryIssuesResponse

import type { QueryIssuesResponse } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

QueryIssuesResponse is the response containing a list of issues.

interface QueryIssuesResponse {
nextPageToken?: string;
resourceIssues?: DatabaseResourceIssue[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
resourceIssues?: DatabaseResourceIssue[]
[src]

List of issues and resource details.

§
unreachable?: string[]
[src]

Unordered list. List of unreachable regions from where data could not be retrieved.