Show / Hide Table of Contents

Class PagespeedapiResource

The "pagespeedapi" collection of methods.

Inheritance
System.Object
PagespeedapiResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PagespeedInsights.v5
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class PagespeedapiResource

Constructors

PagespeedapiResource(IClientService)

Constructs a new resource.

Declaration
public PagespeedapiResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Runpagespeed()

Runs PageSpeed analysis on the page at the specified URL, and returns PageSpeed scores, a list of suggestions to make that page faster, and other information.

Declaration
public virtual PagespeedapiResource.RunpagespeedRequest Runpagespeed()
Returns
Type Description
PagespeedapiResource.RunpagespeedRequest
Back to top