Table of Contents

Class OrganizationZigbeeNetworkDetailed

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

Network zigbee device is on

[DataContract]
public class OrganizationZigbeeNetworkDetailed
Inheritance
OrganizationZigbeeNetworkDetailed
Inherited Members

Constructors

OrganizationZigbeeNetworkDetailed()

public OrganizationZigbeeNetworkDetailed()

Properties

Id

The network id the zigbee node belongs too

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

Property Value

string

Name

The name of the Network

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

Property Value

string