Class DeviceTagGroupCollection
Represents the collection of tag groups in a device or tag group
[RecursiveEndpoint("/config/v1/project/channels/{channelName}/devices/{deviceName}", "/tag_groups/{groupName}", typeof(DeviceTagGroup), "/tag_groups")]
public class DeviceTagGroupCollection : EntityCollection<DeviceTagGroup>, IList<DeviceTagGroup>, ICollection<DeviceTagGroup>, IReadOnlyList<DeviceTagGroup>, IReadOnlyCollection<DeviceTagGroup>, IEnumerable<DeviceTagGroup>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
DeviceTagGroupCollection
- Implements
- Inherited Members
Constructors
- DeviceTagGroupCollection()
Initializes a new instance of the DeviceTagGroupCollection class.