AddIncidentTaskActionPropertiesResponse

data class AddIncidentTaskActionPropertiesResponse(val description: String? = null, val title: String)

Describes an automation rule action to add a task to an incident.

Constructors

Link copied to clipboard
constructor(description: String? = null, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the task.

Link copied to clipboard

The title of the task.