GenerateTestReportRequest

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

Request object containing input parameters for the PageDomain.generateTestReport command.

Constructors

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

Types

Link copied to clipboard
class Builder(val message: String)

A builder for GenerateTestReportRequest, which allows setting the optional parameters of the PageDomain.generateTestReport command via a lambda.

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.