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."],[[["This webpage details the `GetRegionHealthCheckServiceRequest` class, which is a request message for retrieving information about a regional health check service."],["The latest version of the class is 3.6.0, and the page lists the documentation for versions ranging from 1.0.0 to 3.6.0."],["The `GetRegionHealthCheckServiceRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `HealthCheckService`, `Project`, and `Region`, which are essential for specifying the target health check service and project."],["There are two constructors provided for the class, one with no parameters and the other accepting another `GetRegionHealthCheckServiceRequest` object."]]],[]]