Google Privacy Dlp V2Deidentify Template Response
data class GooglePrivacyDlpV2DeidentifyTemplateResponse(val createTime: String, val deidentifyConfig: GooglePrivacyDlpV2DeidentifyConfigResponse, val description: String, val displayName: String, val name: String, val updateTime: String)
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2DeidentifyTemplateResponse(createTime: String, deidentifyConfig: GooglePrivacyDlpV2DeidentifyConfigResponse, description: String, displayName: String, name: String, updateTime: String)