public sealed class AuthorizationCode : IMessage<AuthorizationCode>, IEquatable<AuthorizationCode>, IDeepCloneable<AuthorizationCode>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class AuthorizationCode.
[[["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-05-02 UTC."],[[["The `AuthorizationCode` class within the Google Cloud Domains v1 API is used to manage domain authorization codes, which are needed for transferring domains between registrars."],["This class is part of the `Google.Cloud.Domains.V1` namespace and is implemented in the `Google.Cloud.Domains.V1.dll` assembly."],["The latest version of this documentation is 2.4.0, with older versions like 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0 also documented."],["The `AuthorizationCode` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Code` property, which is a string representing the actual authorization code for domain transfers."]]],[]]