DeleteFolderRequest Constructors
An object defining constructors for the DeleteFolderRequest class.
DeleteFolderRequest()
Initializes a new instance of the DeleteFolderRequest
class.
DeleteFolderRequest()
Initializes a new instance of the DeleteFolderRequest
class.
Provides a default constructor for creating instances of the DeleteFolderRequest
class.
DeleteFolderRequest(secretKey, reason)
Initializes a new instance of the DeleteFolderRequest
class with specified folder secret and deletion reason.
Parameters:
secretKey (required): string
The encrypted secret key for the folder.
reason (required): string
The reason for deleting the folder.