Guest User

Untitled

a guest
Feb 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. public class __invalid_type__171166
  2. {
  3. public int pageid { get; set; }
  4. public int ns { get; set; }
  5. public string title { get; set; }
  6. public string extract { get; set; }
  7. }
  8.  
  9. public class Pages
  10. {
  11. public __invalid_type__171166 __invalid_name__171166 { get; set; }
  12. }
  13.  
  14. public class Query
  15. {
  16. public Pages pages { get; set; }
  17. }
  18.  
  19. public class RootObject
  20. {
  21. public string batchcomplete { get; set; }
  22. public Query query { get; set; }
  23. }
Add Comment
Please, Sign In to add comment