class Google::Apis::SpannerV1::CreateDatabaseMetadata

Metadata type for the operation returned by CreateDatabase.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @database = args[:database] if args.key?(:database)
end