Class: Google::Apis::FitnessV1::ListDataSourcesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::FitnessV1::ListDataSourcesResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/fitness_v1/classes.rb,
 generated/google/apis/fitness_v1/representations.rb,
 generated/google/apis/fitness_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #data_source  ⇒ Array<Google::Apis::FitnessV1::DataSource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A previously created data source. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListDataSourcesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListDataSourcesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListDataSourcesResponse
Returns a new instance of ListDataSourcesResponse
| 767 768 769 | # File 'generated/google/apis/fitness_v1/classes.rb', line 767 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#data_source ⇒ Array<Google::Apis::FitnessV1::DataSource>
A previously created data source.
Corresponds to the JSON property dataSource
| 765 766 767 | # File 'generated/google/apis/fitness_v1/classes.rb', line 765 def data_source @data_source end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 772 773 774 | # File 'generated/google/apis/fitness_v1/classes.rb', line 772 def update!(**args) @data_source = args[:data_source] if args.key?(:data_source) end |