Google Cloud Dataplex V1Data Profile Result Response
data class GoogleCloudDataplexV1DataProfileResultResponse(val profile: GoogleCloudDataplexV1DataProfileResultProfileResponse, val rowCount: String, val scannedData: GoogleCloudDataplexV1ScannedDataResponse)
DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1DataProfileResultResponse(profile: GoogleCloudDataplexV1DataProfileResultProfileResponse, rowCount: String, scannedData: GoogleCloudDataplexV1ScannedDataResponse)