Class VerifyDomainRequest
Developer Preview: Request message for VerifyDomain.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class VerifyDomainRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VerificationMethod
Required. The verification method used. Must be specified, i.e. TXT or CNAME.
Declaration
[JsonProperty("verificationMethod")]
public virtual string VerificationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |