Method: AsposeEmailCloud::ClientThreadDeleteRequest.attribute_map
- Defined in:
- lib/aspose-email-cloud/models/client_thread_delete_request.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
41 42 43 44 45 46 47 |
# File 'lib/aspose-email-cloud/models/client_thread_delete_request.rb', line 41 def self.attribute_map { :'account_location' => :'accountLocation', :'thread_id' => :'threadId', :'folder' => :'folder' } end |