Class GoogleCloudDiscoveryengineV1betaInterval
A floating point interval.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaInterval : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ExclusiveMaximum
Exclusive upper bound.
Declaration
[JsonProperty("exclusiveMaximum")]
public virtual double? ExclusiveMaximum { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
ExclusiveMinimum
Exclusive lower bound.
Declaration
[JsonProperty("exclusiveMinimum")]
public virtual double? ExclusiveMinimum { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
Maximum
Inclusive upper bound.
Declaration
[JsonProperty("maximum")]
public virtual double? Maximum { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
Minimum
Inclusive lower bound.
Declaration
[JsonProperty("minimum")]
public virtual double? Minimum { get; set; }Property Value
| Type | Description | 
|---|---|
| double? |