GetReportsResponse

@Serializable
data class GetReportsResponse(val coreReport: Boolean? = null, val description: String? = null, val id: Long? = 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, val useReport: Boolean? = null)

GetReportsResponse

Parameters

coreReport
description
id
reportCategory
reportName
reportParameters
reportSql
reportSubType
reportType
useReport

Constructors

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

Properties

Link copied to clipboard
val coreReport: Boolean? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Long? = 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
Link copied to clipboard
val useReport: Boolean? = null