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

Parameters:

  • account_location (StorageFileLocation) (defaults to: nil)

    Email client account configuration location on storage.

  • thread_id (String) (defaults to: nil)

    Thread identifier.

  • folder (String) (defaults to: nil)

    Folder on email server, where thread is stored.



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. =  if 
  self.thread_id = thread_id if thread_id
  self.folder = folder if folder
end