Class FractionTimeseries
For enum metrics, provides fraction timeseries which add up to approximately 1.0 per entry (k-th element into the repeated fractions field for any k <= len) across fraction_timeseries.
Implements
Inherited Members
Namespace: Google.Apis.ChromeUXReport.v1.Data
Assembly: Google.Apis.ChromeUXReport.v1.dll
Syntax
public class FractionTimeseries : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fractions
Values between 0.0 and 1.0 (inclusive) and NaN.
Declaration
[JsonProperty("fractions")]
public virtual IList<double?> Fractions { get; set; }
Property Value
Type | Description |
---|---|
IList<double?> |