6 lines
141 B
C#
6 lines
141 B
C#
namespace YandexMusic.API.Models.Landing.Entity.Entities;
|
|
|
|
public class YBlockEntity
|
|
{
|
|
public string BlockEntityDataId { get; set; }
|
|
} |