Show / Hide Table of Contents

Class GoogleApiDistributionRange

The range of the population values.

Inheritance
object
GoogleApiDistributionRange
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX