Class: Google::Apis::HealthV4::ExportExerciseTcxResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_dataString

Contains the exported TCX data. Corresponds to the JSON property tcxData

Returns:

  • (String)


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