Class GoogleCloudRetailV2betaDoubleList
A message with a list of double values.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaDoubleList : IDirectResponseSchema
Properties
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?> |