MCPcopy Create free account
hub / github.com/Opteo/google-ads-api / Resource

Interface Resource

scripts/fields.ts:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21];
22// Types
23interface Resource {
24 attributes: string[];
25 metrics: string[];
26 segments: string[];
27}
28
29// Credentials
30const CLIENT_ID = process.env.GADS_API_CLIENT_ID as string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…