Show / Hide Table of Contents

Class SiteVerificationWebResourceGettokenRequest.SiteData

The site for which a verification token will be generated.

Inheritance
object
SiteVerificationWebResourceGettokenRequest.SiteData
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.SiteData

Properties

Identifier

The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.

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

Type

The type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX