Class GoogleCloudRetailV2DoubleList
A message with a list of double values.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2DoubleList : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Values
The list of double values.
Declaration
[JsonProperty("values")]
public virtual IList<double?> Values { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<double?> |