Show / Hide Table of Contents

Class PagespeedApiLoadingExperienceV5.MetricsDataElement.DistributionsData

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

Properties

Max

Declaration
public virtual Nullable<int> Max { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Min

Declaration
public virtual Nullable<int> Min { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Proportion

Declaration
public virtual Nullable<double> Proportion { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top