Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

EventChannelExtended.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

EventChannelExtended

Properties

Name Type Description Notes
AllowedNodes []int32 Nodes (LNNs) that can be masters for this channel [optional] [default to null]
Enabled bool Channel is to be used or not [optional] [default to null]
ExcludedNodes []int32 Nodes (LNNs) that can NOT be the masters for this channel [optional] [default to null]
Parameters *EventChannelParameters Parameters to be used for an smtp channel [optional] [default to null]
System bool Channel is a pre-defined system channel [optional] [default to null]
Type_ string The mechanism used by the channel [optional] [default to null]
Id int32 Unique identifier. [optional] [default to null]
Name string Channel name, may not contain /, max length 254. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]