Table of Contents

Class OrganizationSnmpTrapByNetworkNetwork

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

Configuration details for the network

[DataContract]
public class OrganizationSnmpTrapByNetworkNetwork
Inheritance
OrganizationSnmpTrapByNetworkNetwork
Inherited Members

Constructors

OrganizationSnmpTrapByNetworkNetwork()

public OrganizationSnmpTrapByNetworkNetwork()

Properties

Id

ID of the network

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

Property Value

string

Name

Name of the network

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

Property Value

string