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

ListAccountAdminsResponse

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

Response message for AccessControl.ListAccountAdmins.

interface ListAccountAdminsResponse {
accountAdmins?: Admin[];
}

§Properties

§
accountAdmins?: Admin[]
[src]

A collection of Admin instances.