Class PagespeedapiResource
The "pagespeedapi" collection of methods.
Inherited Members
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 |
---|---|---|
IClientService | service |
Methods
Runpagespeed(string)
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(string url)
Parameters
Type | Name | Description |
---|---|---|
string | url | Required. The URL to fetch and analyze |
Returns
Type | Description |
---|---|
PagespeedapiResource.RunpagespeedRequest |