Class GoogleApiDistributionRange
The range of the population values.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleApiDistributionRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Max
The maximum of the population values.
Declaration
[JsonProperty("max")]
public virtual double? Max { get; set; }
Property Value
Type | Description |
---|---|
double? |
Min
The minimum of the population values.
Declaration
[JsonProperty("min")]
public virtual double? Min { get; set; }
Property Value
Type | Description |
---|---|
double? |