Cloud Domains v1 API - Class AuthorizationCode (2.3.0)

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.

Inheritance

object > AuthorizationCode

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Constructors

AuthorizationCode()

public AuthorizationCode()

AuthorizationCode(AuthorizationCode)

public AuthorizationCode(AuthorizationCode other)
Parameter
NameDescription
otherAuthorizationCode

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
TypeDescription
string