GetAccountBatchArg

public class GetAccountBatchArg : CustomStringConvertible, JSONRepresentable

The GetAccountBatchArg struct

  • List of user account identifiers. Should not contain any duplicate account IDs.

    Declaration

    Swift

    public let accountIds: [String]
  • Declaration

    Swift

    public var description: String { get }