public sealed class ExportRegistrationRequest : IMessage<ExportRegistrationRequest>, IEquatable<ExportRegistrationRequest>, IDeepCloneable<ExportRegistrationRequest>, 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."],[[["The `ExportRegistrationRequest` class is used to request the export of a registration and is part of the Google.Cloud.Domains.V1 namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["`ExportRegistrationRequest` has two constructors: a default constructor and one that accepts another `ExportRegistrationRequest` object for creating a copy."],["It includes properties such as `Name`, a string representing the registration's resource name, and `RegistrationName`, a typed view of the `Name` property for easier manipulation."],["The latest version is 2.4.0 and all the previous versions from 2.3.0 to 1.0.0 are also available."]]],[]]