Table of Contents

Class DeviceFields

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

The new fields of the device. Each field of this object is optional.

[DataContract]
public class DeviceFields
Inheritance
DeviceFields
Inherited Members

Properties

Name

New name for the device

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

Property Value

string

Notes

New notes for the device

[ApiAccess(ApiAccess.Update)]
[DataMember(Name = "notes")]
public string? Notes { get; set; }

Property Value

string