zotan.pw-web/Controllers/PlaybackHistory/LogPlaybackRequest.cs

12 lines
289 B
C#
Raw Normal View History

2022-11-26 13:23:58 +01:00
// Auto-generated JSON mapping
// ReSharper disable All
namespace zotanpw.Controllers.PlaybackHistory;
2022-11-20 16:44:40 +01:00
public class LogPlaybackRequest {
public string? Artist { get; set; }
public string? Title { get; set; }
public string? Source { get; set; }
public string? Link { get; set; }
2022-11-26 13:23:58 +01:00
}