class Google::Apis::SpannerV1::Type

table cell or returned from an SQL query.
‘Type` indicates the type of a Cloud Spanner value, as might be stored in a

def initialize(**args)

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

def update!(**args)

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