Property Tags
Tags
Gets or sets the tags in the device.
[YamlIgnore]
[JsonPropertyName("tags")]
[JsonPropertyOrder(100)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public DeviceTagCollection? Tags { get; set; }
Gets or sets the tags in the device.
[YamlIgnore]
[JsonPropertyName("tags")]
[JsonPropertyOrder(100)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public DeviceTagCollection? Tags { get; set; }