public sealed class ResetAuthorizationCodeRequest : IMessage<ResetAuthorizationCodeRequest>, IEquatable<ResetAuthorizationCodeRequest>, IDeepCloneable<ResetAuthorizationCodeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class ResetAuthorizationCodeRequest.
[[["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 `ResetAuthorizationCodeRequest` class within the Google Cloud Domains v1 API."],["The `ResetAuthorizationCodeRequest` class is used to create requests for the `ResetAuthorizationCode` method, allowing for the resetting of authorization codes for domain registrations."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ResetAuthorizationCodeRequest` class includes properties such as `Registration`, which is a required string representing the name of the registration, and `RegistrationAsRegistrationName`, which provides a typed view of the registration resource name."],["The class is available in multiple versions, with version 2.4.0 being the most recent."]]],[]]