Property IotItems
IotItems
Gets or sets the IoT Items in this agent.
[YamlIgnore]
[JsonPropertyName("iot_items")]
[JsonPropertyOrder(100)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public IotItemCollection? IotItems { get; set; }
Gets or sets the IoT Items in this agent.
[YamlIgnore]
[JsonPropertyName("iot_items")]
[JsonPropertyOrder(100)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public IotItemCollection? IotItems { get; set; }