public sealed class GetRegionNotificationEndpointRequest : IMessage<GetRegionNotificationEndpointRequest>, IEquatable<GetRegionNotificationEndpointRequest>, IDeepCloneable<GetRegionNotificationEndpointRequest>, IBufferMessage, IMessage
A request message for RegionNotificationEndpoints.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 `GetRegionNotificationEndpointRequest` class is a request message used for retrieving information about a specific regional notification endpoint."],["The latest version of this class is 3.6.0, and multiple versions ranging from 1.0.0 to 3.6.0 are available for use."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality checks, deep cloning, and buffer message handling."],["This class includes properties such as `NotificationEndpoint`, `Project`, and `Region` to define the specific parameters of the request, such as the name of the notification endpoint, project ID, and region."],["The class provides two constructors for creating new instances, either a default instance or one based on an existing `GetRegionNotificationEndpointRequest`."]]],[]]