Class SiteVerificationWebResourceListResponse
Implements
Inherited Members
Namespace: Google.Apis.SiteVerification.v1.Data
Assembly: Google.Apis.SiteVerification.v1.dll
Syntax
public class SiteVerificationWebResourceListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Items
The list of sites that are owned by the authenticated user.
Declaration
[JsonProperty("items")]
public virtual IList<SiteVerificationWebResourceResource> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SiteVerificationWebResourceResource> |