Class LicenseUpdateRequest
UpdateOrganizationLicense
[DataContract]
public class LicenseUpdateRequest
- Inheritance
-
LicenseUpdateRequest
- Inherited Members
Properties
DeviceSerial
The serial number of the device to assign this license to. Set this to null to unassign the license. If a different license is already active on the device, this parameter will control queuing/dequeuing this license.
[DataMember(Name = "deviceSerial")]
public string DeviceSerial { get; set; }
Property Value
- string
The serial number of the device to assign this license to. Set this to null to unassign the license. If a different license is already active on the device, this parameter will control queuing/dequeuing this license.