Class OrganizationInventorySwapResponseSwapDevices
The devices involved in the swap
[DataContract]
public class OrganizationInventorySwapResponseSwapDevices
- Inheritance
-
OrganizationInventorySwapResponseSwapDevices
- Inherited Members
Constructors
OrganizationInventorySwapResponseSwapDevices()
public OrganizationInventorySwapResponseSwapDevices()
Properties
New
The device that will have settings cloned to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "new")]
public OOrganizationInventorySwapResponseSwapDevicesNew New { get; set; }
Property Value
Old
The device that will be cloned
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "old")]
public OrganizationInventorySwapResponseSwapDevicesOld Old { get; set; }