sql property

String? sql
final

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

Implementation

final String? sql;