Skip to content

Commit 42e37dd

Browse files
committed
Update README for v1.0.6
1 parent a145e3a commit 42e37dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ A property may be NULL or 0 if the field was NULL or not listed in the API's res
9393
public Header Header { get; set; }
9494
public bool HasErrorOccurred { get; set; }
9595
public List<Error> Errors { get; set; }
96+
public Wrapper Wrapper { get; set; }
9697

9798
public class Header
9899
{
@@ -105,6 +106,13 @@ public class Error
105106
public string field { get; set; }
106107
public string message { get; set; }
107108
}
109+
110+
public class Wrapper
111+
{
112+
public int ApiPassCount { get; set; }
113+
public string ApiCommandUrl { get; set; }
114+
public string ApiRawResponse { get; set; }
115+
}
108116
```
109117

110118
##### Info

0 commit comments

Comments
 (0)