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

AddEsimParams

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

Parameters associated with the ADD_ESIM command to add an eSIM profile to the device.

interface AddEsimParams {
activationCode?: string;
activationState?: "ACTIVATION_STATE_UNSPECIFIED" | "ACTIVATED" | "NOT_ACTIVATED";
}

§Properties

§
activationCode?: string
[src]

Required. The activation code for the eSIM profile.

§
activationState?: "ACTIVATION_STATE_UNSPECIFIED" | "ACTIVATED" | "NOT_ACTIVATED"
[src]

Required. The activation state of the eSIM profile once it is downloaded.