ProjectsLocationsDbSystemShapesListOptions
import type { ProjectsLocationsDbSystemShapesListOptions } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
Additional options for Oracledatabase#projectsLocationsDbSystemShapesList.
interface ProjectsLocationsDbSystemShapesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Optional. An expression for filtering the results of the request. Only the
gcp_oracle_zone_id field is supported in this format:
gcp_oracle_zone_id="{gcp_oracle_zone_id}"
.