Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 950 Bytes

EventChannelCreateParams.md

File metadata and controls

17 lines (13 loc) · 950 Bytes

EventChannelCreateParams

Properties

Name Type Description Notes
allowed_nodes list[int] Nodes that can be masters for this channel [optional]
enabled bool Channel is to be used or not [optional]
excluded_nodes list[int] Nodes that can be masters for this channel [optional]
parameters EventChannelParameters Parameters to be used for an smtp channel [optional]
system bool Channel is a pre-defined system channel [optional]
type str The mechanism used by the channel
id int Unique identifier. [optional]
name str Channel name, may not contain /, max length 254.

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