serviceOptions property

List<String>? serviceOptions
getter/setter pair

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

core.List<core.String>? serviceOptions;