Show / Hide Table of Contents

Class BatchDeleteDataPointsResponse

Response containing the list of possibly soft-deleted DataPoints.

Inheritance
object
BatchDeleteDataPointsResponse
Implements
IMessage<BatchDeleteDataPointsResponse>
IEquatable<BatchDeleteDataPointsResponse>
IDeepCloneable<BatchDeleteDataPointsResponse>
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 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>
In this article
Back to top Generated by DocFX