Interface AdsRemoveTargetContactsParams

interface AdsRemoveTargetContactsParams {
    account_id: number;
    client_id?: number;
    contacts: string;
    target_group_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number
client_id?: number
contacts: string
target_group_id: number

Generated using TypeDoc