Table of Contents

Class Application

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

Application

[DataContract]
public class Application
Inheritance
Application
Inherited Members

Properties

Id

Id

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

Property Value

string

Name

Name

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

Property Value

string