public sealed class GetRegistrationRequest : IMessage<GetRegistrationRequest>, IEquatable<GetRegistrationRequest>, IDeepCloneable<GetRegistrationRequest>, 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."],[[["This page documents the `GetRegistrationRequest` class, which is used to request data in the `GetRegistration` method within the Google.Cloud.Domains.V1Beta1 namespace."],["`GetRegistrationRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors: a default constructor (`GetRegistrationRequest()`) and a constructor that takes another `GetRegistrationRequest` instance as a parameter (`GetRegistrationRequest(GetRegistrationRequest other)`)."],["It contains two key properties: `Name`, a string representing the registration name in a specific format, and `RegistrationName`, a typed view of the `Name` property, of the type `RegistrationName`."],["The latest version of this documentation is 2.0.0-beta05, and the version for this page is 1.0.0-beta04, while another version available is 2.0.0-beta04."]]],[]]