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-21 UTC."],[[["This webpage details the `DeleteStoredInfoTypeRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to delete stored information types."],["The latest version of this class is 4.16.0, with the page providing documentation and links to the request across multiple prior versions."],["The `DeleteStoredInfoTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like message handling, deep cloning, and buffer management."],["Key properties of the class include `Name`, which is a required string representing the resource name, and `StoredInfoTypeName`, which is a typed view over the `Name` property."],["The class has 2 constructors : `DeleteStoredInfoTypeRequest()`, and `DeleteStoredInfoTypeRequest(DeleteStoredInfoTypeRequest other)` which takes another `DeleteStoredInfoTypeRequest` object as a parameter."]]],[]]