toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-slack
/
org.http4k.connect.slack.model
/
Attachment
Attachment
@
JsonSerializable
data
class
Attachment
(
val
text
:
String
,
val
fallback
:
String
,
val
color
:
String
)
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