BulkCheckRequest
import type { BulkCheckRequest } from "https://googleapis.deno.dev/v1/digitalassetlinks:v1.ts";
Message used to check for the existence of multiple digital asset links within a single RPC.
interface BulkCheckRequest {
defaultRelation?: string;
defaultSource?: Asset;
defaultTarget?: Asset;
returnRelationExtensions?: boolean;
statements?: StatementTemplate[];
}§Properties
§
defaultRelation?: string
[src]If specified, will be used in any given template statement that doesn’t specify a relation.
§
returnRelationExtensions?: boolean
[src]Same configuration as in CheckRequest; all statement checks will use the same configuration.
§
statements?: StatementTemplate[]
[src]List of statements to check. For each statement, you can omit a field if the corresponding default_* field below was supplied. Minimum 1 statement; maximum 1,000 statements. Any additional statements will be ignored.