Table of Contents

Class DeviceClaimError

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

Device Claim Error

[DataContract]
public class DeviceClaimError
Inheritance
DeviceClaimError
Inherited Members

Constructors

DeviceClaimError()

public DeviceClaimError()

Properties

Errors

List of error messages for this device

[DataMember(Name = "errors")]
public List<string> Errors { get; set; }

Property Value

List<string>

Serial

The serial number of the device that failed to be claimed

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

Property Value

string