IKeyValue

class genvidClient.IKeyValue()

A key-value pair used in the events channel.

Properties

genvidClient.IKeyValue.key

The key is a collection of strings.

Type: string []

genvidClient.IKeyValue.value

The value can be a string, a number, or a boolean.

Type: string | number | boolean