UNPKG

diffusion

Version:

Diffusion JavaScript client

9 lines (6 loc) 202 B
function CreateUpdateStreamRequest(path, topicType, constraint) { this.path = path; this.topicType = topicType; this.constraint = constraint; } module.exports = CreateUpdateStreamRequest;