using System; namespace Sony.Filtr.DspWebAPI.DspModels { public class DspVideo { public string Channel_Id { get; set; } public string Channel_Title { get; set; } public string Content_Type { get; set; } public DateTime Date_Uploaded { get; set; } public string Dsp { get; set; } public string Dsp_Channel_Id { get; set; } public string Dsp_Video_Id { get; set; } public int Duration_Seconds { get; set; } public string Video_Id { get; set; } public string Video_Title { get; set; } public int Views { get; set; } } /* { "channel_id": "youtube_UCQUL0DkW0UJ6lAmp_5ZMsiQ", "channel_title": "Miss Li - Topic", "content_type": "partner_uploaded", "date_uploaded": "2022-10-27", "dsp": "youtube", "dsp_channel_id": "UCQUL0DkW0UJ6lAmp_5ZMsiQ", "dsp_video_id": "hCEHQVz2p7w", "duration_seconds": 149, "video_id": "youtube_hCEHQVz2p7w", "video_title": "H\\u00e4lsa Gud", "views": 136055 } */ }