Class GetDataPointRequest
Request for getting a single data point
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class GetDataPointRequest : IMessage<GetDataPointRequest>, IEquatable<GetDataPointRequest>, IDeepCloneable<GetDataPointRequest>, IBufferMessage, IMessage
Constructors
GetDataPointRequest()
Declaration
public GetDataPointRequest()
GetDataPointRequest(GetDataPointRequest)
Declaration
public GetDataPointRequest(GetDataPointRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetDataPointRequest | other |
Properties
DataPointName
DataPointName-typed view over the Name resource name property.
Declaration
public DataPointName DataPointName { get; set; }
Property Value
| Type | Description |
|---|---|
| DataPointName |
Name
Required. The name of the data point to retrieve.
Format: users/{user}/dataTypes/{data_type}/dataPoints/{data_point}
See [DataPoint.name][google.devicesandservices.health.v4.DataPoint.name] for examples and possible values.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |