UNPKG

diffusion

Version:

Diffusion JavaScript client

10 lines (7 loc) 240 B
function SetTopicRequest(path, topicSpecification, value, constraint) { this.path = path; this.topicSpecification = topicSpecification; this.value = value; this.constraint = constraint; } module.exports = SetTopicRequest;