Interface AdsGetClientsParams

interface AdsGetClientsParams {
    account_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

account_id: number

Advertising account ID.

Generated using TypeDoc