Table of Contents

Class SubclassApplicationUsage

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

Application usage

[DataContract]
public class SubclassApplicationUsage
Inheritance
SubclassApplicationUsage
Inherited Members

Properties

Application

Application

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

Property Value

string

Recv

Recv

[DataMember(Name = "recv")]
public int Recv { get; set; }

Property Value

int

Sent

Sent

[DataMember(Name = "sent")]
public int Sent { get; set; }

Property Value

int