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 outlines the `ResetAuthorizationCodeRequest` class, which is used to request the reset of an authorization code within the Google Cloud Domains V1Beta1 API."],["The `ResetAuthorizationCodeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class includes two constructors: a default constructor and one that takes another `ResetAuthorizationCodeRequest` object as a parameter for copying its properties."],["It has properties `Registration` (a string representing the registration name) and `RegistrationAsRegistrationName` (a `RegistrationName`-typed view over the resource name property)."],["The latest version of the documentation for this method is `2.0.0-beta05`, with previous versions of `2.0.0-beta04`, and `1.0.0-beta04` being available as well."]]],[]]