Class BatchDeleteDataPointsResponse
Response containing the list of possibly soft-deleted DataPoints.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class BatchDeleteDataPointsResponse : IMessage<BatchDeleteDataPointsResponse>, IEquatable<BatchDeleteDataPointsResponse>, IDeepCloneable<BatchDeleteDataPointsResponse>, IBufferMessage, IMessage
Constructors
BatchDeleteDataPointsResponse()
Declaration
public BatchDeleteDataPointsResponse()
BatchDeleteDataPointsResponse(BatchDeleteDataPointsResponse)
Declaration
public BatchDeleteDataPointsResponse(BatchDeleteDataPointsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeleteDataPointsResponse | other |
Properties
DataPoints
The list of soft-deleted DataPoints, if the data type supports only soft deletion.
Declaration
public RepeatedField<DataPoint> DataPoints { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<DataPoint> |