http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-slack
/
org.http4k.connect.slack.model
/
BlockElement
Block
Element
@
JsonSerializable
data
class
BlockElement
(
val
type
:
BlockElementType
,
val
text
:
Text
,
val
url
:
String
?
=
null
,
val
action_id
:
String
?
=
null
,
val
style
:
String
?
=
null
)
(
source
)
Members
Constructors
Block
Element
Link copied to clipboard
constructor
(
type
:
BlockElementType
,
text
:
Text
,
url
:
String
?
=
null
,
action_id
:
String
?
=
null
,
style
:
String
?
=
null
)
Properties
action_
id
Link copied to clipboard
val
action_id
:
String
?
style
Link copied to clipboard
val
style
:
String
?
text
Link copied to clipboard
val
text
:
Text
type
Link copied to clipboard
val
type
:
BlockElementType
url
Link copied to clipboard
val
url
:
String
?