Method: Algolia::Ingestion::SourceBigQuery.types_mapping
- Defined in:
- lib/algolia/models/ingestion/source_big_query.rb
.types_mapping ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/algolia/models/ingestion/source_big_query.rb', line 48 def self.types_mapping { :project_id => :"String", :dataset_id => :"String", :data_type => :"BigQueryDataType", :table => :"String", :table_prefix => :"String", :custom_sql_request => :"String", :unique_id_column => :"String" } end |