Cloud Domains v1beta1 API - Class AuthorizationCode (2.0.0-beta05)

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.

Defines an authorization code.

Inheritance

object > AuthorizationCode

Namespace

Google.Cloud.Domains.V1Beta1

Assembly

Google.Cloud.Domains.V1Beta1.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