Table of Contents

Class OrganizationInsightWebAppUpdateRequest

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

Organization Insight Web App Update Request

[DataContract]
public class OrganizationInsightWebAppUpdateRequest
Inheritance
OrganizationInsightWebAppUpdateRequest
Inherited Members

Constructors

OrganizationInsightWebAppUpdateRequest()

public OrganizationInsightWebAppUpdateRequest()

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