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

CustomerListDpcsResponse

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

Response message of customer's listing DPCs.

interface CustomerListDpcsResponse {
dpcs?: Dpc[];
}

§Properties

§
dpcs?: Dpc[]
[src]

The list of DPCs available to the customer that support zero-touch enrollment.