Class MapValue
Holder object for the value of an entry in a map field of a data point. A map value supports a subset of the formats that the regular Value supports.
Implements
Inherited Members
Namespace: Google.Apis.Fitness.v1.Data
Assembly: Google.Apis.Fitness.v1.dll
Syntax
public class MapValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FpVal
Floating point value.
Declaration
[JsonProperty("fpVal")]
public virtual double? FpVal { get; set; }
Property Value
Type | Description |
---|---|
double? |