public sealed class GetRegionHealthCheckServiceRequest : IMessage<GetRegionHealthCheckServiceRequest>, IEquatable<GetRegionHealthCheckServiceRequest>, IDeepCloneable<GetRegionHealthCheckServiceRequest>, IBufferMessage, IMessage
A request message for RegionHealthCheckServices.Get. See the method description for details.
[[["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 of the `GetRegionHealthCheckServiceRequest` is 3.6.0, and there are multiple previous versions available, ranging from 1.0.0 to 3.5.0."],["`GetRegionHealthCheckServiceRequest` is a request message used for retrieving details about a health check service within a specific region."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionHealthCheckServiceRequest` class includes properties for `HealthCheckService`, `Project`, and `Region`, all of which are strings and are necessary to complete a request."],["The `GetRegionHealthCheckServiceRequest` class has two constructors, the default constructor, and a second one that takes another `GetRegionHealthCheckServiceRequest` as an argument."]]],[]]