Show / Hide Table of Contents

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.

Inheritance
object
FractionTimeseries
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX