GetDeidentifyTemplateResult

data class GetDeidentifyTemplateResult(val createTime: String, val deidentifyConfig: GooglePrivacyDlpV2DeidentifyConfigResponse, val description: String, val displayName: String, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetDeidentifyTemplateResult(createTime: String, deidentifyConfig: GooglePrivacyDlpV2DeidentifyConfigResponse, description: String, displayName: String, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp of an inspectTemplate.

Link copied to clipboard

The core content of the template.

Link copied to clipboard

Short description (max 256 chars).

Link copied to clipboard

Display name (max 256 chars).

Link copied to clipboard

The template name. The template will have one of the following formats: projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID

Link copied to clipboard

The last update timestamp of an inspectTemplate.