HttpConnectionSettings
The HTTP Data Source connection settings.
fields
basicAuth nullable HttpBasicAuthSettings
The HTTP Basic authentication settings for uploading new data.
If this parameter is not provided, anyone with the URL to your tables will be able to upload data. While it's OK to test without HTTP Basic authentication, we recommend enabling it.
The HTTP Basic authentication settings.
tables non-null array of HttpDataSourceTable
The HTTP Data Source's tables.
An HTTP Data Source's table.
tables.name non-null String
The name of the table
tables.columns non-null array of HttpDataSourceColumn
All the columns present in the table