Table of Contents

Class DeviceClaimRequestDeviceDetailsDetail

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

ClaimNetworkDevicesDeviceDetailsDetail ///

[DataContract]
public class DeviceClaimRequestDeviceDetailsDetail
Inheritance
DeviceClaimRequestDeviceDetailsDetail
Inherited Members

Constructors

DeviceClaimRequestDeviceDetailsDetail()

public DeviceClaimRequestDeviceDetailsDetail()

Properties

Name

Name of device detail

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

Property Value

string

Value

Value of device detail

[DataMember(Name = "value")]
public string? Value { get; set; }

Property Value

string