public sealed class ResetAuthorizationCodeRequest : IMessage<ResetAuthorizationCodeRequest>, IEquatable<ResetAuthorizationCodeRequest>, IDeepCloneable<ResetAuthorizationCodeRequest>, 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 provides details for the `ResetAuthorizationCodeRequest` class, which is part of the Google.Cloud.Domains.V1 namespace and is used for requesting the reset of an authorization code."],["The `ResetAuthorizationCodeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work within the Google Protocol Buffers framework."],["The class includes properties like `Registration` (a string) and `RegistrationAsRegistrationName` (a `RegistrationName` type), both allowing it to identify the target registration for the reset operation, with the latter providing a typed view."],["There are two constructors, a parameterless constructor and one that takes another `ResetAuthorizationCodeRequest` object, facilitating the creation of new instances and copies."],["This specific documentation also contains six versions of the `ResetAuthorizationCodeRequest`, the latest being version 2.4.0."]]],[]]