Show / Hide Table of Contents

Class UpdateDataPointRequest

Request to update an identifiable data point.

Inheritance
object
UpdateDataPointRequest
Implements
IMessage<UpdateDataPointRequest>
IEquatable<UpdateDataPointRequest>
IDeepCloneable<UpdateDataPointRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class UpdateDataPointRequest : IMessage<UpdateDataPointRequest>, IEquatable<UpdateDataPointRequest>, IDeepCloneable<UpdateDataPointRequest>, IBufferMessage, IMessage

Constructors

UpdateDataPointRequest()

Declaration
public UpdateDataPointRequest()

UpdateDataPointRequest(UpdateDataPointRequest)

Declaration
public UpdateDataPointRequest(UpdateDataPointRequest other)
Parameters
Type Name Description
UpdateDataPointRequest other

Properties

DataPoint

Required. The data point to update

The data point's name field is used to identify the data point to update.

Format: users/{user}/dataTypes/{data_type}/dataPoints/{data_point}

Declaration
public DataPoint DataPoint { get; set; }
Property Value
Type Description
DataPoint
In this article
Back to top Generated by DocFX