Table of Contents

Class NetworkInfo

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

Represents network information.

[DataContract]
public class NetworkInfo
Inheritance
NetworkInfo
Inherited Members

Constructors

NetworkInfo()

public NetworkInfo()

Properties

Id

The network ID.

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

Property Value

string

Name

The network name.

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

Property Value

string