Show / Hide Table of Contents

Class GoogleCloudRetailV2betaInterval

A floating point interval.

Inheritance
object
GoogleCloudRetailV2betaInterval
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaInterval : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX