Sha256: 9ffe5dd0023ae138603a6bdaf053c520c01cb251685c13b4556d736b0ea042e1

Contents?: true

Size: 558 Bytes

Versions: 8

Compression:

Stored size: 558 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  

    class ContactsCustomFieldsValue < T::Enum
      enums do
        DATE = new('date')
        FLOAT = new('float')
        INTEGER = new('integer')
        LIST = new('list')
        TEXT = new('text')
        FILE = new('file')
        BOOLEAN = new('boolean')
        CHECKBOX = new('checkbox')
        RADIO = new('radio')
        UNMAPPED_VALUE = new('unmapped_value')
      end
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stackone_client-0.2.33 lib/stack_one/models/shared/contactscustomfields_value.rb
stackone_client-0.2.32 lib/stack_one/models/shared/contactscustomfields_value.rb
stackone_client-0.2.31 lib/stack_one/models/shared/contactscustomfields_value.rb
stackone_client-0.2.30 lib/stack_one/models/shared/contactscustomfields_value.rb
stackone_client-0.2.29 lib/stack_one/models/shared/contactscustomfields_value.rb
stackone_client-0.2.28 lib/stack_one/models/shared/contactscustomfields_value.rb
stackone_client-0.2.27 lib/stack_one/models/shared/contactscustomfields_value.rb
stackone_client-0.2.26 lib/stack_one/models/shared/contactscustomfields_value.rb