public sealed class DeleteStoredInfoTypeRequest : IMessage<DeleteStoredInfoTypeRequest>, IEquatable<DeleteStoredInfoTypeRequest>, IDeepCloneable<DeleteStoredInfoTypeRequest>, IBufferMessage, IMessage
Required. Resource name of the organization and storedInfoType to be deleted, for
example organizations/433245324/storedInfoTypes/432452342 or
projects/project-id/storedInfoTypes/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 `DeleteStoredInfoTypeRequest` class within the `Google.Cloud.Dlp.V2` namespace, specifically referencing version 3.4.0, while also providing links to versions up to 4.16.0."],["The `DeleteStoredInfoTypeRequest` class is a message used to request the deletion of a stored information type and is implemented as part of the Google Cloud Data Loss Prevention (DLP) library."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteStoredInfoTypeRequest` class has two constructors, one default and another that takes another `DeleteStoredInfoTypeRequest` instance as an argument, allowing for cloning, and it also contains two properties, `Name` and `StoredInfoTypeName`, for managing resource names."],["The latest version of `DeleteStoredInfoTypeRequest` is 4.16.0, and links to other versions going as far back as 2.15.0 are included."]]],[]]