Method: AsposeEmailCloud::ClientThreadDeleteRequest#initialize
- Defined in:
- lib/aspose-email-cloud/models/client_thread_delete_request.rb
#initialize(account_location: nil, thread_id: nil, folder: nil) ⇒ ClientThreadDeleteRequest
Initializes the object
62 63 64 65 66 67 68 69 |
# File 'lib/aspose-email-cloud/models/client_thread_delete_request.rb', line 62 def initialize( account_location: nil, thread_id: nil, folder: nil) self.account_location = account_location if account_location self.thread_id = thread_id if thread_id self.folder = folder if folder end |