GetReportsTemplateResponse

@Serializable
data class GetReportsTemplateResponse(val allowedParameters: List<Any>? = null, val allowedReportSubTypes: List<String>? = null, val allowedReportTypes: List<String>? = null)

GetReportsTemplateResponse

Parameters

allowedParameters
allowedReportSubTypes
allowedReportTypes

Constructors

Link copied to clipboard
constructor(allowedParameters: List<Any>? = null, allowedReportSubTypes: List<String>? = null, allowedReportTypes: List<String>? = null)

Properties

Link copied to clipboard
val allowedParameters: List<Any>? = null
Link copied to clipboard
Link copied to clipboard