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, but the current page content is specifically about version 1.5.0."],["`GetServiceRequest` is a message class used to request a service, as indicated by the method `GetService`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all part of its structure and functionality."],["The `GetServiceRequest` class has a constructor that allows an object to be created either empty or by copying another `GetServiceRequest` instance."],["`GetServiceRequest` has a property called `ServiceName`, which is a string and is a required field for the service name."]]],[]]