GooglePrivacyDlpV2DeidentifyDataSourceStatsResponse

data class GooglePrivacyDlpV2DeidentifyDataSourceStatsResponse(val transformationCount: String, val transformationErrorCount: String, val transformedBytes: String)

Summary of what was modified during a transformation.

Constructors

constructor(transformationCount: String, transformationErrorCount: String, transformedBytes: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of successfully applied transformations.

Link copied to clipboard

Number of errors encountered while trying to apply transformations.

Link copied to clipboard

Total size in bytes that were transformed in some way.