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

PartnerUnclaim

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

Identifies one unclaim request.

interface PartnerUnclaim {
deviceId?: bigint;
deviceIdentifier?: DeviceIdentifier;
sectionType?: "SECTION_TYPE_UNSPECIFIED" | "SECTION_TYPE_SIM_LOCK" | "SECTION_TYPE_ZERO_TOUCH";
vacationModeDays?: number;
vacationModeExpireTime?: Date;
}

§Properties

§
deviceId?: bigint
[src]

Required. Device ID of the device.

§
deviceIdentifier?: DeviceIdentifier
[src]

Required. Device identifier of the device.

§
sectionType?: "SECTION_TYPE_UNSPECIFIED" | "SECTION_TYPE_SIM_LOCK" | "SECTION_TYPE_ZERO_TOUCH"
[src]

Required. The section type of the device's provisioning record.

§
vacationModeDays?: number
[src]

Optional. The duration of the vacation unlock starting from when the request is processed. (1 day is treated as 24 hours)

§
vacationModeExpireTime?: Date
[src]

Optional. The expiration time of the vacation unlock.