Connector
import type { Connector } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
Connector consists of a set of operations, i.e. queries and mutations.
interface Connector {
annotations?: {};
[key: string]: string;
readonly createTime?: Date;
displayName?: string;
readonly etag?: string;
labels?: {};
[key: string]: string;
name?: string;
readonly reconciling?: boolean;
source?: Source;
readonly uid?: string;
readonly updateTime?: Date;
}§Properties
§
name?: string
[src]Identifier. The relative resource name of the connector, in the format:
projects/{project}/locations/{location}/services/{service}/connectors/{connector}