public sealed class UpdateDeidentifyTemplateRequest : IMessage<UpdateDeidentifyTemplateRequest>, IEquatable<UpdateDeidentifyTemplateRequest>, IDeepCloneable<UpdateDeidentifyTemplateRequest>, IBufferMessage, IMessage
Required. Resource name of organization and deidentify template to be updated, for
example organizations/433245324/deidentifyTemplates/432452342 or
projects/project-id/deidentifyTemplates/432452342.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage details the `UpdateDeidentifyTemplateRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to send requests for updating de-identification templates."],["The page offers documentation for numerous versions of the `UpdateDeidentifyTemplateRequest` class, ranging from version 2.15.0 to the latest version 4.16.0, and it covers version 4.0.0 in greater depth."],["The `UpdateDeidentifyTemplateRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer manipulation."],["Key properties of the `UpdateDeidentifyTemplateRequest` class include `DeidentifyTemplate`, `DeidentifyTemplateName`, `Name`, and `UpdateMask`, which are used to define and control the template update process."],["The webpage provides information on the constructors for creating `UpdateDeidentifyTemplateRequest` objects, including a parameter to create a clone of an existing `UpdateDeidentifyTemplateRequest` instance."]]],[]]