@68publishers/amp-client
Version:
JS Client for 68publishers/amp
35 lines (27 loc) • 692 B
JavaScript
/**
* @deprecated
*/
export class ResponseData {
constructor(managedBanner) {
this.
}
get positionCode() {
return this.
}
get rotationSeconds() {
return this.
}
get displayType() {
return this.
}
get breakpointType() {
return this.
}
get fingerprints() {
return this.
}
get bannerData() {
return this.
}
}