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 latest version of the `ExportRegistrationRequest` is 2.4.0, with prior versions available including 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0."],["`ExportRegistrationRequest` is a class used as a request for the `ExportRegistration` method and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits members from the base `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `ExportRegistrationRequest` class has two constructors, one default and another that allows for creating a new request object from an existing `ExportRegistrationRequest` instance."],["It contains properties such as `Name` and `RegistrationName`, with `Name` being a required property representing the name of the registration to export."]]],[]]