Sha256: 9c85667310aecf1c3412323ddce1fb7031d38bac902881a70843b2d5dca444b6
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Shared # DataType - The data type of the target field class DataType < T::Enum enums do STRING = new('string') NUMBER = new('number') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
panora-0.2.5 | lib/open_api_sdk/models/shared/data_type.rb |
panora-0.2.4 | lib/open_api_sdk/models/shared/data_type.rb |