Show / Hide Table of Contents

Class PagespeedApiLoadingExperienceV5.MetricsDataElement

The type of the metric.

Inheritance
System.Object
PagespeedApiLoadingExperienceV5.MetricsDataElement
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class MetricsDataElement : object

Properties

Category

Declaration
public virtual string Category { get; set; }
Property Value
Type Description
System.String

Distributions

Declaration
public virtual IList<PagespeedApiLoadingExperienceV5.MetricsDataElement.DistributionsData> Distributions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PagespeedApiLoadingExperienceV5.MetricsDataElement.DistributionsData>

Percentile

Declaration
public virtual Nullable<int> Percentile { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top