Class SiteVerificationWebResourceResource
Implements
Inherited Members
Namespace: Google.Apis.SiteVerification.v1.Data
Assembly: Google.Apis.SiteVerification.v1.dll
Syntax
public class SiteVerificationWebResourceResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Owners
The email addresses of all verified owners.
Declaration
[JsonProperty("owners")]
public virtual IList<string> Owners { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Site
The address and type of a site that is verified or will be verified.
Declaration
[JsonProperty("site")]
public virtual SiteVerificationWebResourceResource.SiteData Site { get; set; }
Property Value
Type | Description |
---|---|
SiteVerificationWebResourceResource.SiteData |