UNPKG

backendless

Version:

Backendless JavaScript SDK for Node.js and the browser

10 lines (8 loc) 234 B
export default class PublishOptions { constructor(args) { args = args || {} this.publisherId = args.publisherId || undefined this.headers = args.headers || undefined this.subtopic = args.subtopic || undefined } }