Interface AdsRemoveOfficeUsersParams

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

Indexable

[key: string]: any

Properties

Properties

account_id: number

Advertising account ID.

ids: string

Serialized JSON array with IDs of deleted managers.

Generated using TypeDoc