Sha256: 8cc910c01ad92a1820c6bdde9b1a8c2309f28f61bd0b67578c05de0e49280ff8
Contents?: true
Size: 848 Bytes
Versions: 1
Compression:
Stored size: 848 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations # The schema file to upload provided as a multipart/form-data file segment. class SuggestOpenAPIRequestBody < ::SpeakeasyClientSDK::Utils::FieldAugmented extend T::Sig field :schema, ::SpeakeasyClientSDK::Operations::Schema, { 'multipart_form': { 'file': true } } field :opts, T.nilable(::SpeakeasyClientSDK::Shared::SuggestOptsOld), { 'multipart_form': { 'field_name': 'opts', 'json': true } } sig { params(schema: ::SpeakeasyClientSDK::Operations::Schema, opts: T.nilable(::SpeakeasyClientSDK::Shared::SuggestOptsOld)).void } def initialize(schema: nil, opts: nil) @schema = schema @opts = opts end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speakeasy_client_sdk_ruby-4.2.22 | lib/speakeasy_client_sdk/models/operations/suggestopenapi_requestbody.rb |