Sha256: b065dd9dcd9e9bb3b686733b68dcc60d57d163229e859d86b5091fedea3e0ee1

Contents?: true

Size: 605 Bytes

Versions: 1

Compression:

Stored size: 605 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class UploadReportFile < ::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/uploadreport_file.rb