Class AllowedUrl
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
Url
The url to allow
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "url")]
public string Url { get; set; }