Sha256: 2a88d6f2d9f0c8f07087e6d88c6ab6a29a578a9511fa4b9823e14f330ac7836b
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class Schema < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :content, ::String, { 'multipart_form': { 'content': true } } field :file_name, ::String, { 'multipart_form': { 'field_name': 'schema' } } 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/schema.rb |