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";
}