Show / Hide Table of Contents

Class SitesListResponse

List of sites with access level information.

Inheritance
object
SitesListResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX