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[];
}