using System; namespace Sony.Filtr.SpotifyAnalytics.Models { public class SpotifyS3File { public string FilePath { get; set; } public DateTime Date { get; set; } public int DistributorId { get; set; } public int Version { get; set; } public SpotifyS3FileType FileType { get; set; } public string Country { get; set; } } }