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 Data Loss Prevention (DLP) API's version 2, specifically in the .NET library."],["The latest version of this resource is 4.16.0, but a list of older versions from 4.15.0 down to 2.15.0 is provided, allowing navigation to each individual version's documentation."],["`DeleteStoredInfoTypeRequest` is a class used to construct requests for deleting a stored information type resource within the Google Cloud DLP service."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which allow for message processing, comparison, deep cloning, and buffered message handling respectively."],["The class has two constructors and two properties: `Name`, which is a string property that specifies the resource name of the stored information type to be deleted and `StoredInfoTypeName` which is a property of type `StoredInfoTypeName` representing a typed view of the `Name` resource."]]],[]]