ProjectsLocationsServicesSchemasListOptions
import type { ProjectsLocationsServicesSchemasListOptions } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
Additional options for FirebaseDataConnect#projectsLocationsServicesSchemasList.
interface ProjectsLocationsServicesSchemasListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}