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