Sha256: 678943a052870ff075e78a72214bc5ecd1a457b03ce21310f6015b130d24f8d6

Contents?: true

Size: 1.05 KB

Versions: 16

Compression:

Stored size: 1.05 KB

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # The file format of the file
    class HrisDocumentsUploadRequestDtoFileFormat < ::StackOne::Utils::FieldAugmented
      extend T::Sig


      field :source_value, T.nilable(::Object), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('source_value') } }
      # The file format of the file, expressed as a file extension
      field :value, T.nilable(::StackOne::Shared::HrisDocumentsUploadRequestDtoSchemasFileFormatValue), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('value'), 'decoder': Utils.enum_from_string(::StackOne::Shared::HrisDocumentsUploadRequestDtoSchemasFileFormatValue, true) } }


      sig { params(source_value: T.nilable(::Object), value: T.nilable(::StackOne::Shared::HrisDocumentsUploadRequestDtoSchemasFileFormatValue)).void }
      def initialize(source_value: nil, value: nil)
        @source_value = source_value
        @value = value
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
stackone_client-0.3.2 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.3.1 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.3.0 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.46 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.45 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.44 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.43 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.42 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.41 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.40 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.39 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.38 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.37 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.36 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.35 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb
stackone_client-0.2.34 lib/stack_one/models/shared/hrisdocumentsuploadrequestdto_file_format.rb