Input Descriptor V2
class InputDescriptorV2(val id: String, val name: String? = null, val purpose: String? = null, val format: Format? = null, val constraints: ConstraintsV2)
Represents an input descriptor in a presentation definition.
See also
Constructors
Link copied to clipboard
constructor(id: String, name: String? = null, purpose: String? = null, format: Format? = null, constraints: ConstraintsV2)