toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.landing.model
/
BlockEntity
Block
Entity
@
Serializable
(
with
=
BlockSerializer::class
)
data
class
BlockEntity
(
val
id
:
String
,
val
type
:
BlockType
,
val
data
:
Any
)
(
source
)
Members
Constructors
Block
Entity
Link copied to clipboard
constructor
(
id
:
String
,
type
:
BlockType
,
data
:
Any
)
Properties
data
Link copied to clipboard
val
data
:
Any
id
Link copied to clipboard
val
id
:
String
type
Link copied to clipboard
val
type
:
BlockType