Class DomainVerificationToken
Developer Preview: The DNS token a user can use to verify ownership of a domain.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class DomainVerificationToken : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the domain verification token. Format: domains/{domain}/verificationToken
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Token
The verification token.
Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VerificationMethod
The verification method used.
Declaration
[JsonProperty("verificationMethod")]
public virtual string VerificationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |