Table of Contents

Class NetworkUpdateRequest

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

UpdateNetwork

[DataContract]
public class NetworkUpdateRequest
Inheritance
NetworkUpdateRequest
Inherited Members

Properties

EnrollmentString

A unique identifier which can be used for device enrollment or easy access through the Meraki SM Registration page or the Self Service Portal. Please note that changing this field may cause existing bookmarks to break.

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

Property Value

string

A unique identifier which can be used for device enrollment or easy access through the Meraki SM Registration page or the Self Service Portal. Please note that changing this field may cause existing bookmarks to break.

Name

The name of the network

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

Property Value

string

The name of the network

Notes

Add any notes or additional information about this network here.

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

Property Value

string

Tags

A space-separated list of tags to be applied to the network

[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }

Property Value

List<string>

A space-separated list of tags to be applied to the network

TimeZone

The timezone of the network. For a list of allowed timezones, please see the 'TZ' column in the table in <a target='_blank' href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>this article.</a>

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

Property Value

string

The timezone of the network. For a list of allowed timezones, please see the 'TZ' column in the table in <a target='_blank' href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>this article.</a>