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

AddHeldAccountsRequest

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

Add a list of accounts to a hold.

interface AddHeldAccountsRequest {
accountIds?: string[];
emails?: string[];
}

§Properties

§
accountIds?: string[]
[src]

A comma-separated list of the account IDs of the accounts to add to the hold. Specify either emails or account_ids, but not both.

§
emails?: string[]
[src]

A comma-separated list of the emails of the accounts to add to the hold. Specify either emails or account_ids, but not both.