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."],[[["This document outlines the `ExportRegistrationRequest` class, which is used to request the export of a domain registration."],["The class is part of the `Google.Cloud.Domains.V1Beta1` namespace, within the `Google.Cloud.Domains.V1Beta1.dll` assembly."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `ExportRegistrationRequest` object as a parameter for copying."],["The `ExportRegistrationRequest` class contains two key properties: `Name` (a string) and `RegistrationName` (a `RegistrationName` type), with the `Name` property being the required field for specifying the registration to export."]]],[]]