ListIpamAdminScopesResponse
import type { ListIpamAdminScopesResponse } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";Message for response to listing ipamAdminScopes
interface ListIpamAdminScopesResponse {
ipamAdminScopes?: IpamAdminScope[];
nextPageToken?: string;
unreachable?: string[];
}