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

12 lines
289 B
C#

// Auto-generated JSON mapping
// ReSharper disable All
namespace zotanpw.Controllers.PlaybackHistory;
public class LogPlaybackRequest {
public string? Artist { get; set; }
public string? Title { get; set; }
public string? Source { get; set; }
public string? Link { get; set; }
}