9 lines
231 B
C#
9 lines
231 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; }
|
|
}
|
|
} |