Class: Google::Apis::HealthV4::ExportExerciseTcxResponse
- Inherits:
-
Object
- Object
- Google::Apis::HealthV4::ExportExerciseTcxResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/health_v4/classes.rb,
lib/google/apis/health_v4/representations.rb,
lib/google/apis/health_v4/representations.rb
Overview
Represents a Response for exporting exercise data in TCX format.
Instance Attribute Summary collapse
-
#tcx_data ⇒ String
Contains the exported TCX data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportExerciseTcxResponse
constructor
A new instance of ExportExerciseTcxResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportExerciseTcxResponse
Returns a new instance of ExportExerciseTcxResponse.
1780 1781 1782 |
# File 'lib/google/apis/health_v4/classes.rb', line 1780 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tcx_data ⇒ String
Contains the exported TCX data.
Corresponds to the JSON property tcxData
1778 1779 1780 |
# File 'lib/google/apis/health_v4/classes.rb', line 1778 def tcx_data @tcx_data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1785 1786 1787 |
# File 'lib/google/apis/health_v4/classes.rb', line 1785 def update!(**args) @tcx_data = args[:tcx_data] if args.key?(:tcx_data) end |