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

HeldVoiceQuery

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

Options for Voice holds.

interface HeldVoiceQuery {
coveredData?:
| "COVERED_DATA_UNSPECIFIED"
| "TEXT_MESSAGES"
| "VOICEMAILS"
| "CALL_LOGS"[];
}

§Properties

§
coveredData?: "COVERED_DATA_UNSPECIFIED" | "TEXT_MESSAGES" | "VOICEMAILS" | "CALL_LOGS"[]
[src]

A list of data types covered by the hold. Should be non-empty. Order does not matter and duplicates are ignored.