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

BillingAssignment

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

List account, subaccount, advertiser, and campaign associated with a given Billing Profile.

interface BillingAssignment {
accountId?: string;
advertiserId?: string;
campaignId?: string;
kind?: string;
subaccountId?: string;
}

§Properties

§
accountId?: string
[src]

ID of the account associated with the billing assignment.This is a read-only, auto-generated field.

§
advertiserId?: string
[src]

ID of the advertiser associated with the billing assignment.Wildcard (*) means this assignment is not limited to a single advertiser

§
campaignId?: string
[src]

ID of the campaign associated with the billing assignment. Wildcard (*) means this assignment is not limited to a single campaign

§
kind?: string
[src]

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

§
subaccountId?: string
[src]

ID of the subaccount associated with the billing assignment.Wildcard (*) means this assignment is not limited to a single subaccountThis is a read-only, auto-generated field.