yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.landing.model
/
Block
Block
@
Serializable
data
class
Block
(
val
id
:
String
,
val
type
:
BlockType
,
val
typeForFrom
:
BlockType
,
val
title
:
String
,
val
entities
:
List
<
BlockEntity
>
)
Members
Constructors
Block
Link copied to clipboard
constructor
(
id
:
String
,
type
:
BlockType
,
typeForFrom
:
BlockType
,
title
:
String
,
entities
:
List
<
BlockEntity
>
)
Properties
entities
Link copied to clipboard
val
entities
:
List
<
BlockEntity
>
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
BlockType
type
For
From
Link copied to clipboard
val
typeForFrom
:
BlockType