UNPKG

react-native-vast-client

Version:
17 lines (16 loc) 363 B
export class Ad { constructor() { this.id = null; this.sequence = null; this.system = null; this.title = null; this.description = null; this.advertiser = null; this.pricing = null; this.survey = null; this.errorURLTemplates = []; this.impressionURLTemplates = []; this.creatives = []; this.extensions = []; } }