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, used to request an inspect template."],["The page provides documentation for various versions of the Google Cloud DLP .NET library, ranging from version 2.15.0 to the latest 4.16.0."],["`GetInspectTemplateRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `InspectTemplateName` and `Name`, which are used to specify the resource name of the inspect template."],["Two available constructors include one for instantiating an empty object and one for instantiating by copying an existing `GetInspectTemplateRequest` object."]]],[]]