channels property

Map<String, List<BatchHistoryResultEntry>> channels
getter/setter pair

Map of channels to a list of messages represented by BatchHistoryResultEntry.

Implementation

Map<String, List<BatchHistoryResultEntry>> channels;