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.



1814
1815
1816
# File 'lib/google/apis/health_v4/classes.rb', line 1814

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tcx_dataString

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

Returns:

  • (String)


1812
1813
1814
# File 'lib/google/apis/health_v4/classes.rb', line 1812

def tcx_data
  @tcx_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1819
1820
1821
# File 'lib/google/apis/health_v4/classes.rb', line 1819

def update!(**args)
  @tcx_data = args[:tcx_data] if args.key?(:tcx_data)
end