Table of Contents

Class OrganizationInventorySwapResponseSwapDevicesOld

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

The device that will be cloned

[DataContract]
public class OrganizationInventorySwapResponseSwapDevicesOld
Inheritance
OrganizationInventorySwapResponseSwapDevicesOld
Inherited Members

Constructors

OrganizationInventorySwapResponseSwapDevicesOld()

public OrganizationInventorySwapResponseSwapDevicesOld()

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