Custom Action Attachment
data class CustomActionAttachment(val buttonText: String? = null, val criteria: List<CustomActionAttachmentCriteria>? = null, val notificationType: String? = null, val variables: Map<String, String>? = null)