public sealed class GetInsightTypeConfigRequest : IMessage<GetInsightTypeConfigRequest>, IEquatable<GetInsightTypeConfigRequest>, IDeepCloneable<GetInsightTypeConfigRequest>, 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."],[[["This document outlines the `GetInsightTypeConfigRequest` class, which is used to request data for a specific InsightTypeConfig from the Google Cloud Recommender service."],["The document provides a list of available versions for this class, ranging from version 2.5.0 up to the latest version 3.7.0."],["The `GetInsightTypeConfigRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It includes two constructors, a default one and another one that accepts another `GetInsightTypeConfigRequest` object to initialize."],["The class contains properties for managing the configuration name, either as a string via the 'Name' property, or as a custom `InsightTypeConfigName` object using the `InsightTypeConfigName` property."]]],[]]