Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CorpusQuery

import type { CorpusQuery } from "https://googleapis.deno.dev/v1/vault:v1.ts";

Service-specific options for holds.

interface CorpusQuery {
driveQuery?: HeldDriveQuery;
groupsQuery?: HeldGroupsQuery;
hangoutsChatQuery?: HeldHangoutsChatQuery;
mailQuery?: HeldMailQuery;
voiceQuery?: HeldVoiceQuery;
}

§Properties

§
driveQuery?: HeldDriveQuery
[src]

Service-specific options for Drive holds. If set, CorpusType must be DRIVE.

§
groupsQuery?: HeldGroupsQuery
[src]

Service-specific options for Groups holds. If set, CorpusType must be GROUPS.

§
hangoutsChatQuery?: HeldHangoutsChatQuery
[src]

Service-specific options for Chat holds. If set, CorpusType must be HANGOUTS_CHAT.

§
mailQuery?: HeldMailQuery
[src]

Service-specific options for Gmail holds. If set, CorpusType must be MAIL.

§
voiceQuery?: HeldVoiceQuery
[src]

Service-specific options for Voice holds. If set, CorpusType must be VOICE.