EntityReferenceResponse

data class EntityReferenceResponse(val referenceName: String? = null, val type: String? = null)

The entity reference.

Constructors

Link copied to clipboard
constructor(referenceName: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val referenceName: String? = null

The name of this referenced entity.

Link copied to clipboard
val type: String? = null

The type of this referenced entity.