toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-mattermost
/
org.http4k.connect.mattermost.model
/
AttachmentField
Attachment
Field
@
JsonSerializable
data
class
AttachmentField
(
val
title
:
String
,
val
value
:
String
,
val
short
:
Boolean
?
=
null
)
Members
Constructors
Attachment
Field
Link copied to clipboard
constructor
(
title
:
String
,
value
:
String
,
short
:
Boolean
?
=
null
)
Properties
short
Link copied to clipboard
val
short
:
Boolean
?
=
null
title
Link copied to clipboard
val
title
:
String
value
Link copied to clipboard
val
value
:
String