DbSystemInitialStorageSize
import type { DbSystemInitialStorageSize } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
Summary of the DbSystem initial storage size.
interface DbSystemInitialStorageSize {
readonly name?: string;
readonly properties?: DbSystemInitialStorageSizeProperties;
}