Class PagespeedVersion
The Pagespeed Version object.
Implements
Inherited Members
Namespace: Google.Apis.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class PagespeedVersion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Major
The major version number of PageSpeed used to generate these results.
Declaration
[JsonProperty("major")]
public virtual string Major { get; set; }
Property Value
Type | Description |
---|---|
string |
Minor
The minor version number of PageSpeed used to generate these results.
Declaration
[JsonProperty("minor")]
public virtual string Minor { get; set; }
Property Value
Type | Description |
---|---|
string |