Class SiteVerificationWebResourceResource.SiteData
The address and type of a site that is verified or will be verified.
Inherited Members
Namespace: Google.Apis.SiteVerification.v1.Data
Assembly: Google.Apis.SiteVerification.v1.dll
Syntax
public class SiteVerificationWebResourceResource.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 site type. Can be SITE or INET_DOMAIN (domain name).
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |