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
/
Attachment
Attachment
@
JsonSerializable
data
class
Attachment
(
val
text
:
String
,
val
fallback
:
String
,
val
color
:
String
)
(
source
)
Members
Constructors
Attachment
Link copied to clipboard
constructor
(
text
:
String
,
fallback
:
String
,
color
:
String
)
Properties
color
Link copied to clipboard
val
color
:
String
fallback
Link copied to clipboard
val
fallback
:
String
text
Link copied to clipboard
val
text
:
String