Class GoogleApiDistributionRange
The range of the population values.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleApiDistributionRange : IDirectResponseSchemaProperties
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? |