Table of Contents

Class OrganizationInsightWebAppCreateRequest

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

Organization Insight Web Application Create Request

[DataContract]
public class OrganizationInsightWebAppCreateRequest
Inheritance
OrganizationInsightWebAppCreateRequest
Inherited Members

Constructors

OrganizationInsightWebAppCreateRequest()

public OrganizationInsightWebAppCreateRequest()

Properties

Hostname

The hostname of Web Application

[DataMember(Name = "hostname")]
public string Hostname { get; set; }

Property Value

string

Name

The name of the Web Application

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

Property Value

string