CreateProofSchemaClaimRequestDto

data class CreateProofSchemaClaimRequestDto(var id: String, var required: Boolean)

Constructors

Link copied to clipboard
constructor(id: String, required: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var id: String
Link copied to clipboard