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

ListOdbSubnetsResponse

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

The response for OdbSubnet.List.

interface ListOdbSubnetsResponse {
nextPageToken?: string;
odbSubnets?: OdbSubnet[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
odbSubnets?: OdbSubnet[]
[src]

The list of ODB Subnets.

§
unreachable?: string[]
[src]

Unreachable locations when listing resources across all locations using wildcard location '-'.