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

CustomerRemoveConfigurationRequest

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

Request message for customer to remove the configuration from device.

interface CustomerRemoveConfigurationRequest {
device?: DeviceReference;
}

§Properties

§

Required. The device to remove the configuration from. There are custom validations in RemoveConfigurationRequestValidator