FieldSuspiciousDataVerificationReport

data class FieldSuspiciousDataVerificationReport(val fieldFullName: String, val isSuspicious: Boolean) : Parcelable

Report of the suspicious data field verification.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(fieldFullName: String, isSuspicious: Boolean)

Properties

Link copied to clipboard

Full name of the field that was considered during the verification.

Link copied to clipboard

Shows whether the data in the field is suspicious, e.g. contains word "Sample" in the name.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject