channelProfile property

  1. @JsonKey.new(name: 'channelProfile')
ChannelProfileType? channelProfile
final

频道使用场景。详见 ChannelProfileType 。

Implementation

@JsonKey(name: 'channelProfile')
final ChannelProfileType? channelProfile;