Interface AdsShareTargetGroupParams

interface AdsShareTargetGroupParams {
    account_id: number;
    client_id?: number;
    share_with_client_id?: number;
    target_group_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number
client_id?: number
share_with_client_id?: number
target_group_id: number

Generated using TypeDoc