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."],[[["This document provides reference documentation for the `ExportRegistrationRequest` class within the Cloud Domains v1 API, specifically for version 2.1.0."],["The `ExportRegistrationRequest` class is used for requesting the export of a registration and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits members from the base `Object` class, including methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has properties such as `Name`, representing the registration's resource name, and `RegistrationName`, providing a typed view over the `Name` property, both related to a given registration."],["The latest version of `ExportRegistrationRequest` available is 2.4.0, with versions down to 1.0.0 also available for review."]]],[]]