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)
  @proto_type_fqn = args[:proto_type_fqn] if args.key?(:proto_type_fqn)
  @struct_type = args[:struct_type] if args.key?(:struct_type)
  @type_annotation = args[:type_annotation] if args.key?(:type_annotation)
end