public sealed class GetRegistrationRequest : IMessage<GetRegistrationRequest>, IEquatable<GetRegistrationRequest>, IDeepCloneable<GetRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class GetRegistrationRequest.
[[["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 document provides reference documentation for the `GetRegistrationRequest` class within the Cloud Domains v1 API for .NET."],["The `GetRegistrationRequest` class is used to construct requests for the `GetRegistration` method, which retrieves information about a specific domain registration."],["The latest version of the `GetRegistrationRequest` class is 2.4.0, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes a `GetRegistrationRequest` object as an argument, and it has two properties `Name` and `RegistrationName`."],["`GetRegistrationRequest` requires the name of the registration to be retrieved, which is in the format of `projects/*/locations/*/registrations/*`."]]],[]]