using System; using System.Collections.Generic; using System.Text; namespace YDownloader { public class VideoRequest { public string Url { get; set; } public string BucketName { get; set; } public string VideoTitle { get; set; } } }