Table of Contents

Class NetworkSnmpTrapNetwork

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

Configuration details for the network

[DataContract]
public class NetworkSnmpTrapNetwork
Inheritance
NetworkSnmpTrapNetwork
Inherited Members

Constructors

NetworkSnmpTrapNetwork()

public NetworkSnmpTrapNetwork()

Properties

Id

ID of the network

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

Property Value

string

Name

Name of the network

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

Property Value

string