Class ExportExerciseTcxResponse
Represents a Response for exporting exercise data in TCX format.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ExportExerciseTcxResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TcxData
Contains the exported TCX data.
Declaration
[JsonProperty("tcxData")]
public virtual string TcxData { get; set; }
Property Value
| Type | Description |
|---|---|
| string |