Class SmDevicesTagsUpdateRequest
UpdateNetworkSmDevicesTags
[DataContract]
public class SmDevicesTagsUpdateRequest
- Inheritance
-
SmDevicesTagsUpdateRequest
- Inherited Members
Properties
Ids
The ids of the devices to be modified.
[DataMember(Name = "ids")]
public string Ids { get; set; }
Property Value
- string
The ids of the devices to be modified.
Scope
The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be modified.
[DataMember(Name = "scope")]
public string Scope { get; set; }
Property Value
- string
The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the devices to be modified.
Serials
The serials of the devices to be modified.
[DataMember(Name = "serials")]
public string Serials { get; set; }
Property Value
- string
The serials of the devices to be modified.
Tags
The tags to be added, deleted, or updated.
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
UpdateAction
One of add, delete, or update. Only devices that have been modified will be returned.
[DataMember(Name = "updateAction")]
public string UpdateAction { get; set; }
Property Value
- string
One of add, delete, or update. Only devices that have been modified will be returned.
WifiMacs
The wifiMacs of the devices to be modified.
[DataMember(Name = "wifiMacs")]
public string WifiMacs { get; set; }
Property Value
- string
The wifiMacs of the devices to be modified.