statements property

List<String>? statements
getter/setter pair

A list of formatted DDL statements defining the schema of the database specified in the request.

Implementation

core.List<core.String>? statements;