KpiGroupByMetadataResponse

data class KpiGroupByMetadataResponse(val displayName: Map<String, String>? = null, val fieldName: String? = null, val fieldType: String? = null)

The KPI GroupBy field metadata.

Constructors

Link copied to clipboard
constructor(displayName: Map<String, String>? = null, fieldName: String? = null, fieldType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: Map<String, String>? = null

The display name.

Link copied to clipboard
val fieldName: String? = null

The name of the field.

Link copied to clipboard
val fieldType: String? = null

The type of the field.