GetAccountBatchArg
open class GetAccountBatchArg : CustomStringConvertible
The GetAccountBatchArg struct
-
List of user account identifiers. Should not contain any duplicate account IDs.
Declaration
Swift
public let accountIds: Array<String>
-
Declaration
Swift
open var description: String { get }