channels property

Map<String, ChannelResponse> channels
final

A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.

Implementation

final Map<String, ChannelResponse> channels;