Class: OpenApiSDK::Operations::SuggestOpenAPIRequestBody

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/suggestopenapi_requestbody.rb

Overview

The schema file to upload provided as a multipart/form-data file segment.

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(schema: nil, opts: nil) ⇒ SuggestOpenAPIRequestBody

Returns a new instance of SuggestOpenAPIRequestBody.



21
22
23
24
# File 'lib/open_api_sdk/models/operations/suggestopenapi_requestbody.rb', line 21

def initialize(schema: nil, opts: nil)
  @schema = schema
  @opts = opts
end