Table of Contents

Class ValueDestinationApplication

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

Destination Application

[DataContract]
public class ValueDestinationApplication
Inheritance
ValueDestinationApplication
Inherited Members

Properties

Id

Id of the major application, or a list of NBAR Application Category or Application selections

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

Property Value

string

Name

Name of the major application or application category selected

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

Property Value

string

Type

app type (major or nbar)

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string? Type { get; set; }

Property Value

string