public sealed class UpdateStoredInfoTypeRequest : IMessage<UpdateStoredInfoTypeRequest>, IEquatable<UpdateStoredInfoTypeRequest>, IDeepCloneable<UpdateStoredInfoTypeRequest>, IBufferMessage, IMessage
Required. Resource name of organization and storedInfoType to be updated, 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 document outlines the `UpdateStoredInfoTypeRequest` class within the Google Cloud DLP (Data Loss Prevention) V2 library for .NET, detailing its properties, constructors, and inheritance."],["The latest version of `UpdateStoredInfoTypeRequest` is 4.16.0, with multiple previous versions available ranging back to 2.15.0 for different compatibility needs, and all the way back to version 3.2.0 which this documentation is based on."],["The `UpdateStoredInfoTypeRequest` class is used to send a request to update a stored information type, allowing for modification of the `Config`, `Name`, `StoredInfoTypeName`, and `UpdateMask` properties."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, giving it capabilities such as comparison, deep cloning, and buffer message handling."],["Users can create a new instance of `UpdateStoredInfoTypeRequest` either with the default constructor or by providing an existing `UpdateStoredInfoTypeRequest` object to the constructor."]]],[]]