Sha256: 14c77bb6c231202903e9cf8fcad79dd48bd8692ee67b090ce97bc6cda1e78f51

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Shared
  
    # CustomFieldCreateDtoDataType - The data type of the custom field
    class CustomFieldCreateDtoDataType < 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/customfieldcreatedto_data_type.rb
panora-0.2.4 lib/open_api_sdk/models/shared/customfieldcreatedto_data_type.rb