ListDbSystemInitialStorageSizesResponse
import type { ListDbSystemInitialStorageSizesResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
The response for DbSystemInitialStorageSizes.List
.
interface ListDbSystemInitialStorageSizesResponse {
dbSystemInitialStorageSizes?: DbSystemInitialStorageSize[];
nextPageToken?: string;
}