Class DeviceFields
The new fields of the device. Each field of this object is optional.
[DataContract]
public class DeviceFields
- Inheritance
-
DeviceFields
- Inherited Members
Properties
Name
New name for the device
[ApiAccess(ApiAccess.Update)]
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Notes
New notes for the device
[ApiAccess(ApiAccess.Update)]
[DataMember(Name = "notes")]
public string? Notes { get; set; }