ClassificationResultStatus

Provides information about the status of a sensitive data finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?

The status of the finding. Possible values are:

Link copied to clipboard

A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String