class Google::Apis::SpannerV1::GetDatabaseDdlResponse

The response for GetDatabaseDdl.

Attributes

statements[RW]

A list of formatted DDL statements defining the schema of the database specified in the request. Corresponds to the JSON property `statements` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/spanner_v1/classes.rb, line 1530
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/spanner_v1/classes.rb, line 1535
def update!(**args)
  @statements = args[:statements] if args.key?(:statements)
end