google Sheets Options
suspend fun googleSheetsOptions(value: Output<TableExternalDataConfigurationGoogleSheetsOptionsArgs>)
Parameters
value
Additional options if source_format
is set to "GOOGLE_SHEETS". Structure is documented below.
suspend fun googleSheetsOptions(argument: suspend TableExternalDataConfigurationGoogleSheetsOptionsArgsBuilder.() -> Unit)
Parameters
argument
Additional options if source_format
is set to "GOOGLE_SHEETS". Structure is documented below.