class Google::Apis::SpannerV1::ResultSetMetadata
Metadata about a ResultSet or PartialResultSet.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @row_type = args[:row_type] if args.key?(:row_type) @transaction = args[:transaction] if args.key?(:transaction) end