%PDF- %PDF-
Direktori : /data/down/pc_is/Desktop/vintedDown/ |
Current File : //data/down/pc_is/Desktop/vintedDown/ApiUser.cs |
namespace vintedDown.ApiUser { // Root myDeserializedClass = JsonConvert.DeserializeObject<Root>(myJsonResponse); public class Badge { public string title { get; set; } } public class Exposure { public string test_id { get; set; } public string test_name { get; set; } public string variant { get; set; } public string test_anon_id { get; set; } public string test_user_id { get; set; } public string country_code { get; set; } } public class Extra { } public class HighResolution { public string id { get; set; } public int timestamp { get; set; } public object orientation { get; set; } } public class Item { public long id { get; set; } public string title { get; set; } public int user_id { get; set; } public bool is_draft { get; set; } public bool is_closed { get; set; } public bool is_reserved { get; set; } public bool is_hidden { get; set; } public bool is_hidden_with_item_restrictions { get; set; } public Price price { get; set; } public object discount_price { get; set; } public bool transaction_permitted { get; set; } public bool is_processing { get; set; } public string currency { get; set; } public object item_closing_action { get; set; } public string path { get; set; } public User user { get; set; } public object item_alert { get; set; } public object item_alert_type { get; set; } public bool promoted { get; set; } public bool is_business_user { get; set; } public string size { get; set; } public int view_count { get; set; } public bool can_push_up { get; set; } public PushUp push_up { get; set; } public bool can_edit { get; set; } public bool stats_visible { get; set; } public int favourite_count { get; set; } public bool is_favourite { get; set; } public string url { get; set; } public ServiceFee service_fee { get; set; } public TotalItemPrice total_item_price { get; set; } public string status { get; set; } public List<Photo> photos { get; set; } public object badge { get; set; } public string brand { get; set; } public ItemBox item_box { get; set; } } public class ItemBox { public string first_line { get; set; } public string second_line { get; set; } public string accessibility_label { get; set; } public Exposure exposure { get; set; } public Badge badge { get; set; } } public class Pagination { public int current_page { get; set; } public int total_pages { get; set; } public int total_entries { get; set; } public int per_page { get; set; } public int time { get; set; } } public class Photo { public int id { get; set; } public int width { get; set; } public int height { get; set; } public object temp_uuid { get; set; } public string url { get; set; } public string dominant_color { get; set; } public string dominant_color_opaque { get; set; } public List<Thumbnail> thumbnails { get; set; } public bool is_suspicious { get; set; } public object orientation { get; set; } public HighResolution high_resolution { get; set; } public string full_size_url { get; set; } public bool is_hidden { get; set; } public Extra extra { get; set; } } public class Photo2 { public object id { get; set; } public int image_no { get; set; } public int width { get; set; } public int height { get; set; } public string dominant_color { get; set; } public string dominant_color_opaque { get; set; } public string url { get; set; } public bool is_main { get; set; } public List<Thumbnail> thumbnails { get; set; } public HighResolution high_resolution { get; set; } public bool is_suspicious { get; set; } public string full_size_url { get; set; } public bool is_hidden { get; set; } public Extra extra { get; set; } } public class Price { public string amount { get; set; } public string currency_code { get; set; } } public class PushUp { public DateTime next_push_up_time { get; set; } } public class Root { public List<Item> items { get; set; } public Pagination pagination { get; set; } public int code { get; set; } } public class ServiceFee { public string amount { get; set; } public string currency_code { get; set; } } public class Thumbnail { public string type { get; set; } public string url { get; set; } public int width { get; set; } public int height { get; set; } public object original_size { get; set; } } public class TotalItemPrice { public string amount { get; set; } public string currency_code { get; set; } } public class User { public int id { get; set; } public string login { get; set; } public Photo photo { get; set; } public string profile_url { get; set; } public bool business { get; set; } } }