Class ApplicationJson
Application/JSON
[DataContract]
public class ApplicationJson
- Inheritance
-
ApplicationJson
- Inherited Members
Properties
Id
Id
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
Name
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Url
Url
[DataMember(Name = "url")]
public string Url { get; set; }