Sha256: e0d7b1aa85c23f5bfb6fb420270681cfe2f7404391b0f2229ae553cf1141abb0
Contents?: true
Size: 874 Bytes
Versions: 5
Compression:
Stored size: 874 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). 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 SuggestOperationIDsRequestBody < ::SpeakeasyClientSDK::Utils::FieldAugmented extend T::Sig field :schema, ::SpeakeasyClientSDK::Operations::Schema, { 'multipart_form': { 'file': true } } field :opts, T.nilable(::SpeakeasyClientSDK::Shared::SuggestOperationIDsOpts), { 'multipart_form': { 'field_name': 'opts', 'json': true } } sig { params(schema: ::SpeakeasyClientSDK::Operations::Schema, opts: T.nilable(::SpeakeasyClientSDK::Shared::SuggestOperationIDsOpts)).void } def initialize(schema: nil, opts: nil) @schema = schema @opts = opts end end end end
Version data entries
5 entries across 5 versions & 1 rubygems