IncidentInfoArgs

data class IncidentInfoArgs(val incidentId: Output<String>? = null, val relationName: Output<String>? = null, val severity: Output<Either<String, IncidentSeverity>>? = null, val title: Output<String>? = null) : ConvertibleToJava<IncidentInfoArgs>

Describes related incident information for the bookmark

Constructors

Link copied to clipboard
constructor(incidentId: Output<String>? = null, relationName: Output<String>? = null, severity: Output<Either<String, IncidentSeverity>>? = null, title: Output<String>? = null)

Properties

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

Incident Id

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

Relation Name

Link copied to clipboard
val severity: Output<Either<String, IncidentSeverity>>? = null

The severity of the incident

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

The title of the incident

Functions

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