Class ListDataPointChangesResponse
Implements
Inherited Members
Namespace: Google.Apis.Fitness.v1.Data
Assembly: Google.Apis.Fitness.v1.dll
Syntax
public class ListDataPointChangesResponse : IDirectResponseSchema
Properties
DataSourceId
The data stream ID of the data source with data point changes.
Declaration
[JsonProperty("dataSourceId")]
public virtual string DataSourceId { get; set; }
Property Value
Type | Description |
---|---|
string |
DeletedDataPoint
Deleted data points for the user. Note, for modifications this should be parsed before handling insertions.
Declaration
[JsonProperty("deletedDataPoint")]
public virtual IList<DataPoint> DeletedDataPoint { get; set; }
Property Value
Type | Description |
---|---|
IList<DataPoint> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertedDataPoint
Inserted data points for the user.
Declaration
[JsonProperty("insertedDataPoint")]
public virtual IList<DataPoint> InsertedDataPoint { get; set; }
Property Value
Type | Description |
---|---|
IList<DataPoint> |
NextPageToken
The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |