PostRepostRequest

@Serializable
data class PostRepostRequest(val description: String? = null, val reportCategory: String? = null, val reportName: String? = null, val reportParameters: List<Any>? = null, val reportSql: String? = null, val reportSubType: String? = null, val reportType: String? = null)

PostRepostRequest

Parameters

description
reportCategory
reportName
reportParameters
reportSql
reportSubType
reportType

Constructors

Link copied to clipboard
constructor(description: String? = null, reportCategory: String? = null, reportName: String? = null, reportParameters: List<Any>? = null, reportSql: String? = null, reportSubType: String? = null, reportType: String? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val reportCategory: String? = null
Link copied to clipboard
val reportName: String? = null
Link copied to clipboard
val reportParameters: List<Any>? = null
Link copied to clipboard
val reportSql: String? = null
Link copied to clipboard
val reportSubType: String? = null
Link copied to clipboard
val reportType: String? = null