Class MetricSavings
The metric savings of the audit.
Implements
Inherited Members
Namespace: Google.Apis.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class MetricSavings : IDirectResponseSchema
Properties
CLS
Optional. Optional numeric value representing the audit's savings for the CLS metric.
Declaration
[JsonProperty("CLS")]
public virtual double? CLS { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FCP
Optional. Optional numeric value representing the audit's savings for the FCP metric.
Declaration
[JsonProperty("FCP")]
public virtual double? FCP { get; set; }
Property Value
Type | Description |
---|---|
double? |
INP
Optional. Optional numeric value representing the audit's savings for the INP metric.
Declaration
[JsonProperty("INP")]
public virtual double? INP { get; set; }
Property Value
Type | Description |
---|---|
double? |
LCP
Optional. Optional numeric value representing the audit's savings for the LCP metric.
Declaration
[JsonProperty("LCP")]
public virtual double? LCP { get; set; }
Property Value
Type | Description |
---|---|
double? |
TBT
Optional. Optional numeric value representing the audit's savings for the TBT metric.
Declaration
[JsonProperty("TBT")]
public virtual double? TBT { get; set; }
Property Value
Type | Description |
---|---|
double? |