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

UserProfileList

import type { UserProfileList } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents the list of user profiles.

interface UserProfileList {
etag?: string;
items?: UserProfile[];
kind?: string;
}

§Properties

§
etag?: string
[src]

Etag of this resource.

§

The user profiles returned in this response.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#userProfileList".