GetReportPlainArgs

data class GetReportPlainArgs(val location: String, val project: String? = null, val reportConfigId: String, val reportId: String, val view: String? = null) : ConvertibleToJava<GetReportPlainArgs>

Constructors

Link copied to clipboard
fun GetReportPlainArgs(location: String, project: String? = null, reportConfigId: String, reportId: String, view: String? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val view: String? = null