Table of Contents

Class OrganizationInventorySwapResponseSwapDevices

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

OOrganizationInventorySwapResponseSwapDevicesNew

Old

The device that will be cloned

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "old")]
public OrganizationInventorySwapResponseSwapDevicesOld Old { get; set; }

Property Value

OrganizationInventorySwapResponseSwapDevicesOld