Show / Hide Table of Contents

Class SitesResource

The "sites" collection of methods.

Inheritance
object
SitesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AbusiveExperienceReport.v1
Assembly: Google.Apis.AbusiveExperienceReport.v1.dll
Syntax
public class SitesResource

Constructors

SitesResource(IClientService)

Constructs a new resource.

Declaration
public SitesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a site's Abusive Experience Report summary.

Declaration
public virtual SitesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the site whose summary to get, e.g. sites/http%3A%2F%2Fwww.google.com%2F. Format: sites/{site}

Returns
Type Description
SitesResource.GetRequest
In this article
Back to top Generated by DocFX