17 using System.Collections.Generic;
18 using Newtonsoft.Json;
30 [JsonProperty(PropertyName =
"name")]
31 public string Name {
get;
set; }
36 [JsonProperty(PropertyName =
"content")]
37 public string Code {
get;
set; }
42 [JsonProperty(PropertyName =
"modified")]
48 [JsonProperty(PropertyName =
"isLibrary")]
54 [JsonProperty(PropertyName =
"open")]
55 public bool Open {
get;
set; }
60 [JsonProperty(PropertyName =
"projectId")]
66 [JsonProperty(PropertyName =
"id")]
67 public int?
Id {
get;
set; }
78 [JsonProperty(PropertyName =
"files")]
79 public List<ProjectFile>
Files {
get;
set; }