Class OrganizationInventorySwapCreateRequestSwap
Replacment to perform
[DataContract]
public class OrganizationInventorySwapCreateRequestSwap
- Inheritance
-
OrganizationInventorySwapCreateRequestSwap
- Inherited Members
Constructors
OrganizationInventorySwapCreateRequestSwap()
public OrganizationInventorySwapCreateRequestSwap()
Properties
AfterAction
What action to perform on devices.old after the device cloning is complete. 'remove from network' will return the device to inventory, while 'release from organization inventory' will free up the license attached to the device. enum = ["release from organization inventory", "remove from network"]
[DataMember(Name = "afterAction")]
public string AfterAction { get; set; }
Property Value
Devices
The devices involved in the swap.
[DataMember(Name = "devices")]
public OrganizationInventorySwapCreateRequestSwapDevices Devices { get; set; }