Property TagGroups
TagGroups
Gets or sets the tag groups in the device.
[YamlIgnore]
[JsonPropertyName("tag_groups")]
[JsonPropertyOrder(200)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public DeviceTagGroupCollection? TagGroups { get; set; }