Identification

data class Identification(val type: String? = null)

Identification class

Parameters

type

The type of the identification

Constructors

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

Properties

Link copied to clipboard
val type: String? = null