public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, 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 latest version available for `GetServiceRequest` is 2.4.0, and the document details the 1.4.0 version."],["`GetServiceRequest` is a request message used for the `GetService` method, and it inherits from `Object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceRequest` class has two constructors: a parameterless constructor and one that takes another `GetServiceRequest` object as a parameter."],["The `ServiceName` property, which is required, is a string that specifies the name of the service, adhering to specific naming requirements."]]],[]]