public sealed class ExportRegistrationRequest : IMessage<ExportRegistrationRequest>, IEquatable<ExportRegistrationRequest>, IDeepCloneable<ExportRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class ExportRegistrationRequest.
[[["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 part of the Cloud Domains v1 API and is used to request the export of a domain registration."],["The latest version of the API for this class is 2.4.0, but this documentation specifically covers version 2.2.0."],["This class inherits from the base `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportRegistrationRequest` class includes properties like `Name` (a string representing the registration name) and `RegistrationName` (a `RegistrationName`-typed view of the `Name` property)."],["The documentation includes information on available constructors for the `ExportRegistrationRequest` class, as well as inherited members."]]],[]]