class Google::Apis::FitnessV1::ListDataSourcesResponse
Attributes
data_source[RW]
A previously created data source. Corresponds to the JSON property `dataSource` @return [Array<Google::Apis::FitnessV1::DataSource>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/fitness_v1/classes.rb, line 767 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/fitness_v1/classes.rb, line 772 def update!(**args) @data_source = args[:data_source] if args.key?(:data_source) end