Class ModifyNetworkDeviceTags
Modify tags
[DataContract]
public class ModifyNetworkDeviceTags
- Inheritance
-
ModifyNetworkDeviceTags
- Inherited Members
Properties
Ids
Ids
[DataMember(Name = "ids")]
public List<string>? Ids { get; set; }
Property Value
Scope
Scope
[DataMember(Name = "scope")]
public List<string> Scope { get; set; }
Property Value
Serials
Serials
[DataMember(Name = "serials")]
public List<string>? Serials { get; set; }
Property Value
Tags
Tags
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
UpdateAction
Update action
[DataMember(Name = "updateAction")]
public string UpdateAction { get; set; }
Property Value
WifiMacs
Wifi macs
[DataMember(Name = "wifiMacs")]
public List<string>? WifiMacs { get; set; }