Show / Hide Table of Contents

Class Bucket

Inheritance
System.Object
Bucket
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class Bucket : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Max

Upper bound for a bucket's range.

Declaration
[JsonProperty("max")]
public virtual int? Max { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Min

Lower bound for a bucket's range.

Declaration
[JsonProperty("min")]
public virtual int? Min { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Proportion

The proportion of data in this bucket.

Declaration
[JsonProperty("proportion")]
public virtual double? Proportion { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top