channelIds property

  1. @BuiltValueField(wireName: r'channel_ids')
BuiltList<String>? channelIds

The IDs of the channels to which this policy should be applied.

Implementation

@BuiltValueField(wireName: r'channel_ids')
BuiltList<String>? get channelIds;