zotan.pw-web/Controllers/LogPlaybackRequest.cs

12 lines
273 B
C#
Raw Normal View History

2022-11-26 13:23:58 +01:00
// Auto-generated JSON mapping
// ReSharper disable All
2022-12-02 04:26:17 +01:00
namespace zotanpw.Controllers;
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
}