Table of Contents

Class OOrganizationInventorySwapResponseSwapDevicesNew

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

The device that will have settings cloned to

[DataContract]
public class OOrganizationInventorySwapResponseSwapDevicesNew
Inheritance
OOrganizationInventorySwapResponseSwapDevicesNew
Inherited Members

Constructors

OOrganizationInventorySwapResponseSwapDevicesNew()

public OOrganizationInventorySwapResponseSwapDevicesNew()

Properties

Mac

MAC address of the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }

Property Value

string

Model

Model name for device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }

Property Value

string

Name

Customized name for device, or MAC address

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Serial

Serial number of device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }

Property Value

string