StrongIdResponse

data class StrongIdResponse(val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val keyPropertyNames: List<String>, val strongIdName: String)

Property/Properties which represent a unique ID.

Constructors

Link copied to clipboard
constructor(description: Map<String, String>? = null, displayName: Map<String, String>? = null, keyPropertyNames: List<String>, strongIdName: String)

Types

Link copied to clipboard
object Companion

Properties

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

Localized descriptions.

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

Localized display name.

Link copied to clipboard

The properties which make up the unique ID.

Link copied to clipboard

The Name identifying the strong ID.