Method: OpenApiOpenAIClient::FunctionObject.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



28
29
30
31
32
33
34
# File 'lib/openapi_openai/models/function_object.rb', line 28

def self.attribute_map
  {
    :'description' => :'description',
    :'name' => :'name',
    :'parameters' => :'parameters'
  }
end