Sha256: 1d07709b4ffb4c1025182766eeff880c78e056af3659b2c06da98231c5c01f64

Contents?: true

Size: 593 Bytes

Versions: 1

Compression:

Stored size: 593 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class File < ::OpenApiSDK::Utils::FieldAugmented
      extend T::Sig


      field :content, ::String, { 'multipart_form': { 'content': true } }

      field :file_name, ::String, { 'multipart_form': { 'field_name': 'file' } }


      sig { params(content: ::String, file_name: ::String).void }
      def initialize(content: nil, file_name: nil)
        @content = content
        @file_name = file_name
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
speakeasy_client_sdk_ruby-4.2.24 lib/open_api_sdk/models/operations/file.rb