CustomActionAttachmentArgs

data class CustomActionAttachmentArgs(val buttonText: Output<String>? = null, val criteria: Output<List<CustomActionAttachmentCriteriaArgs>>? = null, val notificationType: Output<String>? = null, val variables: Output<Map<String, String>>? = null) : ConvertibleToJava<CustomActionAttachmentArgs>

Constructors

Link copied to clipboard
constructor(buttonText: Output<String>? = null, criteria: Output<List<CustomActionAttachmentCriteriaArgs>>? = null, notificationType: Output<String>? = null, variables: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val buttonText: Output<String>? = null

The text of the button that appears on the notification.

Link copied to clipboard

The criteria for when a button should be shown based on values in the notification.

Link copied to clipboard
val notificationType: Output<String>? = null

The type of notification that the custom action should be attached to.

Link copied to clipboard
val variables: Output<Map<String, String>>? = null

The variables to extract from the notification.

Functions

Link copied to clipboard
open override fun toJava(): CustomActionAttachmentArgs