Kotlin Data Class
data class Raw(val value: String) : ApprovalSignature
constructor(value: String)
val value: String
Was this page helpful?