public sealed class GetDeidentifyTemplateRequest : IMessage<GetDeidentifyTemplateRequest>, IEquatable<GetDeidentifyTemplateRequest>, IDeepCloneable<GetDeidentifyTemplateRequest>, IBufferMessage, IMessage
Required. Resource name of the organization and deidentify template to be read, 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-21 UTC."],[[["The latest version of the `GetDeidentifyTemplateRequest` documentation is 4.16.0, with multiple previous versions available for reference, ranging down to version 2.15.0."],["The `GetDeidentifyTemplateRequest` class is a request message used for retrieving a deidentify template, as indicated in the documentation, and it implements several interfaces for functionality like deep cloning and buffer messaging."],["The `GetDeidentifyTemplateRequest` class includes properties such as `DeidentifyTemplateName` and `Name`, which are crucial for specifying the deidentify template to be retrieved from an organization or a project, as the resource name is required."],["The class inherits members from the `Object` class, like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are standard methods for object manipulation in .NET."]]],[]]