PutReportRequest

@Serializable
data class PutReportRequest(val reportName: String? = null, val reportParameters: List<Any>? = null)

PutReportRequest

Parameters

reportName
reportParameters

Constructors

Link copied to clipboard
constructor(reportName: String? = null, reportParameters: List<Any>? = null)

Properties

Link copied to clipboard
val reportName: String? = null
Link copied to clipboard
val reportParameters: List<Any>? = null