Class OrganizationInventorySwapCreateRequestSwapDevices
The devices involved in the swap.
[DataContract]
public class OrganizationInventorySwapCreateRequestSwapDevices
- Inheritance
-
OrganizationInventorySwapCreateRequestSwapDevices
- Inherited Members
Constructors
OrganizationInventorySwapCreateRequestSwapDevices()
public OrganizationInventorySwapCreateRequestSwapDevices()
Properties
New
The serial of the device that the old device's settings will be cloned to.
[DataMember(Name = "new")]
public string New { get; set; }
Property Value
Old
The serial of the device to be cloned.
[DataMember(Name = "old")]
public string Old { get; set; }