GoogleApi.Spanner.V1.Model.GetDatabaseDdlResponse (google_api_spanner v0.23.0) View Source
The response for GetDatabaseDdl.
Attributes
-
statements(type:list(String.t), default:nil) - A list of formatted DDL statements defining the schema of the database specified in the request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.GetDatabaseDdlResponse{
statements: [String.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.