File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/RestSharp.Tests.Serializers.Xml/SampleClasses Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ public class status {
23
23
public string in_reply_to_screen_name { get ; set ; }
24
24
25
25
// ignore contributors for now
26
- public User user { get ; set ; }
26
+ public user user { get ; set ; }
27
27
28
28
// ignore geo
29
29
public long id { get ; set ; }
30
30
31
31
public string text { get ; set ; }
32
32
}
33
33
34
- public class User {
34
+ public class user {
35
35
public string url { get ; set ; }
36
36
37
37
public string description { get ; set ; }
@@ -105,7 +105,7 @@ public class complexStatus {
105
105
public string in_reply_to_screen_name { get ; set ; }
106
106
107
107
// ignore contributors for now
108
- [ DeserializeAs ( Name = "User .following" ) ]
108
+ [ DeserializeAs ( Name = "user .following" ) ]
109
109
public bool follow { get ; set ; }
110
110
111
111
// ignore geo
You can’t perform that action at this time.
0 commit comments