Table of Contents

Class OrganizationInventorySwapCreateRequestSwapDevices

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

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

string

Old

The serial of the device to be cloned.

[DataMember(Name = "old")]
public string Old { get; set; }

Property Value

string