GenerateTestReportParameter

@Serializable
data class GenerateTestReportParameter(val message: String, val group: String? = null)

Constructors

Link copied to clipboard
constructor(message: String, group: String? = null)

Properties

Link copied to clipboard
val group: String? = null

Specifies the endpoint group to deliver the report to.

Link copied to clipboard

Message to be displayed in the report.