Interface AdswebGetAdUnitsResponse

interface AdswebGetAdUnitsResponse {
    ad_units: AdswebGetAdUnitsResponseAdUnitsAdUnit[];
    count: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Generated using TypeDoc