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

HeldOrgUnit

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

The organizational unit covered by a hold. This structure is immutable.

interface HeldOrgUnit {
holdTime?: Date;
orgUnitId?: string;
}

§Properties

§
holdTime?: Date
[src]

When the organizational unit was put on hold. This property is immutable.

§
orgUnitId?: string
[src]

The organizational unit's immutable ID as provided by the Admin SDK.