ObjectReferencesCopyimport type { ObjectReferences } from "https://googleapis.deno.dev/v1/docs:v1.ts";A collection of object IDs. interface ObjectReferences {objectIds?: string[];}§Properties§objectIds?: string[][src]The object IDs.