Show / Hide Table of Contents

Class CreateDataPointRequest

Request to create an identifiable data point.

Inheritance
object
CreateDataPointRequest
Implements
IMessage<CreateDataPointRequest>
IEquatable<CreateDataPointRequest>
IDeepCloneable<CreateDataPointRequest>
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 CreateDataPointRequest : IMessage<CreateDataPointRequest>, IEquatable<CreateDataPointRequest>, IDeepCloneable<CreateDataPointRequest>, IBufferMessage, IMessage

Constructors

CreateDataPointRequest()

Declaration
public CreateDataPointRequest()

CreateDataPointRequest(CreateDataPointRequest)

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

Properties

DataPoint

Required. The data point to create.

Declaration
public DataPoint DataPoint { get; set; }
Property Value
Type Description
DataPoint

Parent

Required. The parent resource name where the data point will be created. Format: users/{user}/dataTypes/{data_type}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsDataTypeName

DataTypeName-typed view over the Parent resource name property.

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