public sealed class GetTopicRequest : IMessage<GetTopicRequest>, IEquatable<GetTopicRequest>, IDeepCloneable<GetTopicRequest>, 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-31 UTC."],[[["The latest version of the `GetTopicRequest` is 3.23.0, as listed at the top of the version list."],["This page details the `GetTopicRequest` class, a request object used in the `GetTopic` method, for use in retrieving topics."],["The `GetTopicRequest` class has two constructors: a default constructor and one that accepts another `GetTopicRequest` object."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTopicRequest` class includes two properties: `Topic`, which is a string representing the topic's name in a specific format, and `TopicAsTopicName`, which provides a typed view of the `Topic` property."]]],[]]