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

Subaccount

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

Contains properties of a Campaign Manager subaccount.

interface Subaccount {
accountId?: bigint;
availablePermissionIds?: bigint[];
id?: bigint;
kind?: string;
name?: string;
}

§Properties

§
accountId?: bigint
[src]

ID of the account that contains this subaccount. This is a read-only field that can be left blank.

§
availablePermissionIds?: bigint[]
[src]

IDs of the available user role permissions for this subaccount.

§
id?: bigint
[src]

ID of this subaccount. This is a read-only, auto-generated field.

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this subaccount. This is a required field. Must be less than 128 characters long and be unique among subaccounts of the same account.