UNPKG

diffusion

Version:

Diffusion JavaScript client

10 lines (7 loc) 245 B
function CreateUpdateStreamAndSetRequest(path, topicType, value, constraint) { this.path = path; this.topicType = topicType; this.value = value; this.constraint = constraint; } module.exports = CreateUpdateStreamAndSetRequest;