class Google::Apis::SpannerV1::StructType
‘StructType` defines the fields of a STRUCT type.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @fields = args[:fields] if args.key?(:fields) end