Property IotGateway
IotGateway
Gets or sets the IoT Gateway container holding MQTT Client, REST Client, and REST Server agent collections.
[YamlIgnore]
[JsonPropertyName("_iot_gateway")]
[JsonPropertyOrder(101)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public IotGatewayContainer? IotGateway { get; set; }