toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-mattermost
/
org.http4k.connect.mattermost.action
/
TriggerWebhookPayload
Trigger
Webhook
Payload
@
JsonSerializable
data
class
TriggerWebhookPayload
(
val
text
:
String
?
=
null
,
val
attachments
:
List
<
Attachment
>
?
=
null
,
val
channel
:
String
?
=
null
,
val
username
:
String
?
=
null
,
val
iconUrl
:
Uri
?
=
null
,
val
iconEmoji
:
EmojiName
?
=
null
,
val
type
:
String
?
=
null
,
val
props
:
Map
<
String
,
Any
>
?
=
null
)
Members
Constructors
Trigger
Webhook
Payload
Link copied to clipboard
constructor
(
text
:
String
?
=
null
,
attachments
:
List
<
Attachment
>
?
=
null
,
channel
:
String
?
=
null
,
username
:
String
?
=
null
,
iconUrl
:
Uri
?
=
null
,
iconEmoji
:
EmojiName
?
=
null
,
type
:
String
?
=
null
,
props
:
Map
<
String
,
Any
>
?
=
null
)
Properties
attachments
Link copied to clipboard
val
attachments
:
List
<
Attachment
>
?
=
null
channel
Link copied to clipboard
val
channel
:
String
?
=
null
icon
Emoji
Link copied to clipboard
@
JsonProperty
(
name
=
"icon_emoji"
)
val
iconEmoji
:
EmojiName
?
=
null
icon
Url
Link copied to clipboard
@
JsonProperty
(
name
=
"icon_url"
)
val
iconUrl
:
Uri
?
=
null
props
Link copied to clipboard
val
props
:
Map
<
String
,
Any
>
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
username
Link copied to clipboard
val
username
:
String
?
=
null