Show / Hide Table of Contents

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.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX