ProductAccount
import type { ProductAccount } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";Represents a specific account.
interface ProductAccount {
accountId?: string;
accountType?:
| "ACCOUNT_TYPE_UNSPECIFIED"
| "GOOGLE_ADS"
| "DISPLAY_VIDEO_PARTNER"
| "DISPLAY_VIDEO_ADVERTISER"
| "DATA_PARTNER";
product?:
} | "PRODUCT_UNSPECIFIED"
| "GOOGLE_ADS"
| "DISPLAY_VIDEO_PARTNER"
| "DISPLAY_VIDEO_ADVERTISER"
| "DATA_PARTNER";