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.
Defines an authorization code.
Implements
IMessageAuthorizationCode, IEquatableAuthorizationCode, IDeepCloneableAuthorizationCode, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Constructors
AuthorizationCode()
public AuthorizationCode()
AuthorizationCode(AuthorizationCode)
public AuthorizationCode(AuthorizationCode other)
Parameter | |
---|---|
Name | Description |
other |
AuthorizationCode |
Properties
Code
public string Code { get; set; }
The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.
Property Value | |
---|---|
Type | Description |
string |