Table of Contents

Class AllowedUrl

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

AllowedUrl

[DataContract]
public class AllowedUrl
Inheritance
AllowedUrl
Inherited Members

Properties

Comment

Comment about the allowed URL

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

Property Value

string

Url

The url to allow

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

Property Value

string