Table of Contents

Class PacketsList

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

Packets statuses

[DataContract]
public class PacketsList
Inheritance
PacketsList
Inherited Members

Properties

Packets

Packets

[DataMember(Name = "packets")]
public List<Packets> Packets { get; set; }

Property Value

List<Packets>

PortId

Port id

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

Property Value

string