Sha256: 780d2bae0580a00958ad07b19c81c518751dd55a0e69b3b6ec26c4713aeaa745
Contents?: true
Size: 623 Bytes
Versions: 7
Compression:
Stored size: 623 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class RegisterSchemaFile < ::SpeakeasyClientSDK::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
7 entries across 7 versions & 1 rubygems