toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-slack
/
org.http4k.connect.slack.model
/
Block
Block
@
JsonSerializable
data
class
Block
(
val
text
:
Text
?
=
null
,
val
type
:
BlockType
=
header
,
val
expand
:
Boolean
?
=
null
)
Members
Constructors
Block
Link copied to clipboard
constructor
(
text
:
Text
?
=
null
,
type
:
BlockType
=
header
,
expand
:
Boolean
?
=
null
)
Properties
expand
Link copied to clipboard
val
expand
:
Boolean
?
=
null
text
Link copied to clipboard
val
text
:
Text
?
=
null
type
Link copied to clipboard
val
type
:
BlockType