public sealed class AuthorizationCode : IMessage<AuthorizationCode>, IEquatable<AuthorizationCode>, IDeepCloneable<AuthorizationCode>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 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-03-21 UTC."],[[["The latest version of the `AuthorizationCode` API class is `2.0.0-beta05`, with previous versions `2.0.0-beta04` and `1.0.0-beta04` also available."],["`AuthorizationCode` is a sealed class that implements interfaces for messaging, equality, deep cloning, and buffer handling."],["This class, which is part of the `Google.Cloud.Domains.V1Beta1` namespace, is used to define an authorization code for domain management."],["The class has a `Code` property, which is a string that represents the authorization code used for domain transfers."],["The class can be instatiated in two ways, either with empty parameters or by accepting another instance of `AuthorizationCode`."]]],[]]