Get Account Deletion Check Task Result
data class GetAccountDeletionCheckTaskResult(val abandonAbleChecks: List<GetAccountDeletionCheckTaskAbandonAbleCheck>, val accountId: String, val allowDelete: Boolean, val id: String, val notAllowReasons: List<GetAccountDeletionCheckTaskNotAllowReason>, val status: String)
A collection of values returned by getAccountDeletionCheckTask.
Constructors
Link copied to clipboard
constructor(abandonAbleChecks: List<GetAccountDeletionCheckTaskAbandonAbleCheck>, accountId: String, allowDelete: Boolean, id: String, notAllowReasons: List<GetAccountDeletionCheckTaskNotAllowReason>, status: String)
Properties
Link copied to clipboard
The check items that you can choose to ignore for the member deletion. Each element contains the following attributes:
Link copied to clipboard
Indicates whether the member can be deleted.
Link copied to clipboard
The reasons why the member cannot be deleted. Each element contains the following attributes: