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 generated/google/apis/fitness_v1/classes.rb, line 677
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/fitness_v1/classes.rb, line 682
def update!(**args)
  @data_source = args[:data_source] if args.key?(:data_source)
end