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

UserProfile

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

A UserProfile resource lets you list all DFA user profiles that are associated with a Google user account. The profile_id needs to be specified in other API requests.

interface UserProfile {
accountId?: bigint;
accountName?: string;
etag?: string;
kind?: string;
profileId?: bigint;
subAccountId?: bigint;
subAccountName?: string;
userName?: string;
}

§Properties

§
accountId?: bigint
[src]

The account ID to which this profile belongs.

§
accountName?: string
[src]

The account name this profile belongs to.

§
etag?: string
[src]

Etag of this resource.

§
kind?: string
[src]

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

§
profileId?: bigint
[src]

The unique ID of the user profile.

§
subAccountId?: bigint
[src]

The sub account ID this profile belongs to if applicable.

§
subAccountName?: string
[src]

The sub account name this profile belongs to if applicable.

§
userName?: string
[src]

The user name.