Method: OpenApiOpenAIClient::OpenAIFile.openapi_types

Defined in:
lib/openapi_openai/models/open_ai_file.rb

.openapi_typesObject

Attribute type mapping.



85
86
87
88
89
90
91
92
93
94
95
96
# File 'lib/openapi_openai/models/open_ai_file.rb', line 85

def self.openapi_types
  {
    :'id' => :'String',
    :'bytes' => :'Integer',
    :'created_at' => :'Integer',
    :'filename' => :'String',
    :'object' => :'String',
    :'purpose' => :'String',
    :'status' => :'String',
    :'status_details' => :'String'
  }
end