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."],[[["This documentation page covers the `AuthorizationCode` class within the Google Cloud Domains v1beta1 API, specifically version 2.0.0-beta04."],["The `AuthorizationCode` class defines an authorization code used for domain transfers and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and includes a property called `Code` which is a string representing the ASCII authorization code used for domain transfer operations."],["There are two constructors for the `AuthorizationCode` class, one parameterless and another that takes an `AuthorizationCode` object."],["This class is found in the `Google.Cloud.Domains.V1Beta1` namespace within the `Google.Cloud.Domains.V1Beta1.dll` assembly."]]],[]]