Otp

constructor(key: String, label: String, required: Boolean, @Json(name = "subtype") rawSubtype: String, @Json(name = "min_length") minLength: Int?, @Json(name = "max_length") maxLength: Int?)

Parameters

key

Parameter key.

rawSubtype

Raw OTP subtype.

label

Parameter display label.

required

Indicates whether the parameter is required.

minLength

Optional minimum length.

maxLength

Optional maximum length.