public sealed class UpdateDeidentifyTemplateRequest : IMessage<UpdateDeidentifyTemplateRequest>, IEquatable<UpdateDeidentifyTemplateRequest>, IDeepCloneable<UpdateDeidentifyTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class UpdateDeidentifyTemplateRequest.
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 page provides documentation for the `UpdateDeidentifyTemplateRequest` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment, with the latest version being 4.16.0."],["The `UpdateDeidentifyTemplateRequest` class is used to send requests to update de-identification templates and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DeidentifyTemplate`, `DeidentifyTemplateName`, `Name`, and `UpdateMask`, which are used to specify the template to update and the changes to be made, with `Name` being a required property that identifies the specific resource."],["The documentation offers details on the different versions available, ranging from 2.15.0 to 4.16.0, with links to each version's documentation for `UpdateDeidentifyTemplateRequest`."],["The content covers the constructors available to create an `UpdateDeidentifyTemplateRequest` object, one being a default constructor and another that allows for a copy from an existing `UpdateDeidentifyTemplateRequest` object, all included in the Google.Cloud.Dlp.V2 namespace and the Google.Cloud.Dlp.V2.dll assembly."]]],[]]