Interface AdsGetLookalikeRequestsResponse

interface AdsGetLookalikeRequestsResponse {
    count: number;
    items: AdsLookalikeRequest[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total count of found lookalike requests

Generated using TypeDoc