Get Accounts Result
data class GetAccountsResult(val accounts: List<GetAccountsAccount>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null)
A collection of values returned by getAccounts.
Constructors
Link copied to clipboard
fun GetAccountsResult(accounts: List<GetAccountsAccount>, enableDetails: Boolean? = null, id: String, ids: List<String>, outputFile: String? = null, status: String? = null)