Class AuthorizationCode
Defines an authorization code.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class AuthorizationCode : IDirectResponseSchema
Properties
Code
The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |