Method: FormAPI::CreateCustomFileResponse.openapi_types

Defined in:
lib/form_api/models/create_custom_file_response.rb

.openapi_typesObject

Attribute type mapping.



55
56
57
58
59
60
61
# File 'lib/form_api/models/create_custom_file_response.rb', line 55

def self.openapi_types
  {
    :'custom_file' => :'CustomFile',
    :'errors' => :'Array<String>',
    :'status' => :'String'
  }
end