Class SitesListResponse
List of sites with access level information.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class SitesListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteEntry
Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
Declaration
[JsonProperty("siteEntry")]
public virtual IList<WmxSite> SiteEntry { get; set; }
Property Value
Type | Description |
---|---|
IList<WmxSite> |