public sealed class GetInspectTemplateRequest : IMessage<GetInspectTemplateRequest>, IEquatable<GetInspectTemplateRequest>, IDeepCloneable<GetInspectTemplateRequest>, IBufferMessage, IMessage
Required. Resource name of the organization and inspectTemplate to be read, for
example organizations/433245324/inspectTemplates/432452342 or
projects/project-id/inspectTemplates/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 `GetInspectTemplateRequest` class within the `Google.Cloud.Dlp.V2` namespace, specifically version 3.3.0 of the library, which is used for requesting inspect templates."],["The `GetInspectTemplateRequest` class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInspectTemplateRequest` class includes a constructor that allows for creating new instances, and also another that is able to copy from another `GetInspectTemplateRequest`."],["Key properties within the class include `InspectTemplateName`, a typed view of the resource name, and `Name`, a string representing the required resource name for the organization and inspect template."],["There are numerous versions of the `GetInspectTemplateRequest` documentations, with the latest being version 4.16.0."]]],[]]