public sealed class ResetAuthorizationCodeRequest : IMessage<ResetAuthorizationCodeRequest>, IEquatable<ResetAuthorizationCodeRequest>, IDeepCloneable<ResetAuthorizationCodeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 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."],[[["The `ResetAuthorizationCodeRequest` class is part of the Cloud Domains v1beta1 API, and is used to request the reset of an authorization code for a domain registration."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The `ResetAuthorizationCodeRequest` class requires a `Registration` property, which is a string representing the name of the domain registration, formatted as `projects/*/locations/*/registrations/*`."],["The `RegistrationAsRegistrationName` property provides a type-safe view of the `Registration` property as a `RegistrationName` object."],["The latest version of `ResetAuthorizationCodeRequest` is 2.0.0-beta05, which is a beta release."]]],[]]