condition property

String? condition
getter/setter pair

The condition defines which subset of sessions are selected for this experiment.

If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.

Implementation

core.String? condition;