Method: OpenApiOpenAIClient::MessageDeltaContentTextObjectText.attribute_map

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

.attribute_mapObject

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



24
25
26
27
28
29
# File 'lib/openapi_openai/models/message_delta_content_text_object_text.rb', line 24

def self.attribute_map
  {
    :'value' => :'value',
    :'annotations' => :'annotations'
  }
end