Property Devices
Devices
Gets or sets the devices in the channel.
[YamlIgnore]
[JsonPropertyName("devices")]
[JsonPropertyOrder(100)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public DeviceCollection? Devices { get; set; }
Gets or sets the devices in the channel.
[YamlIgnore]
[JsonPropertyName("devices")]
[JsonPropertyOrder(100)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public DeviceCollection? Devices { get; set; }