Class PagespeedApiLoadingExperienceV5.MetricsDataElement.DistributionsData
Inheritance
System.Object
PagespeedApiLoadingExperienceV5.MetricsDataElement.DistributionsData
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> |
|