We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a44811 + 58c87f2 commit 6689515Copy full SHA for 6689515
src/CollectionJson/Item.cs
@@ -25,10 +25,10 @@ public Item()
25
public string Rt { get; set; }
26
27
[DataMember(Name = "data")]
28
- public IList<Data> Data { get; private set; }
+ public IList<Data> Data { get; set; }
29
30
[DataMember(Name = "links")]
31
- public IList<Link> Links { get; private set; }
+ public IList<Link> Links { get; set; }
32
33
}
34
src/CollectionJson/Template.cs
@@ -15,6 +15,6 @@ public Template()
15
16
17
[DataMember(Name = "Data")]
18
19
20
0 commit comments