Class GoogleCloudDiscoveryengineV1betaInterval
A floating point interval.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaInterval : IDirectResponseSchema
Properties
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? |