public sealed class UpdateInsightTypeConfigRequest : IMessage<UpdateInsightTypeConfigRequest>, IEquatable<UpdateInsightTypeConfigRequest>, IDeepCloneable<UpdateInsightTypeConfigRequest>, IBufferMessage, IMessage
[[["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."],[[["The content provides documentation for the `UpdateInsightTypeConfigRequest` class within the `Google.Cloud.Recommender.V1` namespace, detailing its properties, constructors, and inherited members."],["`UpdateInsightTypeConfigRequest` is a request object used for updating the `InsightTypeConfig`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three main properties: `InsightTypeConfig` (the configuration to be updated), `UpdateMask` (specifying which fields to update), and `ValidateOnly` (a boolean to preview the update)."],["The documentation includes different versions of the `UpdateInsightTypeConfigRequest`, ranging from version 2.5.0 to 3.7.0 with 3.7.0 being the latest."]]],[]]