8 lines
205 B
C#
8 lines
205 B
C#
namespace YandexMusic.API.Models.Landing;
|
|
|
|
public class YLandingBlockPlayContext
|
|
{
|
|
public string Uid { get; set; }
|
|
public string Kind { get; set; }
|
|
public string PlaylistUuid { get; set; }
|
|
} |