serviceOptions property

  1. @TagNumber(16)
List<String> serviceOptions

The list of service options to enable. This field should be used for service related experiments only. These experiments, when graduating to GA, should be replaced by dedicated fields or become default (i.e. always on).

Implementation

@$pb.TagNumber(16)
$core.List<$core.String> get serviceOptions => $_getList(14);