Show / Hide Table of Contents

Class SiteVerificationWebResourceGettokenRequest

Inheritance
object
SiteVerificationWebResourceGettokenRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SiteVerification.v1.Data
Assembly: Google.Apis.SiteVerification.v1.dll
Syntax
public class SiteVerificationWebResourceGettokenRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Site

The site for which a verification token will be generated.

Declaration
[JsonProperty("site")]
public virtual SiteVerificationWebResourceGettokenRequest.SiteData Site { get; set; }
Property Value
Type Description
SiteVerificationWebResourceGettokenRequest.SiteData

VerificationMethod

The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.

Declaration
[JsonProperty("verificationMethod")]
public virtual string VerificationMethod { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX