timeToLiveMillis property

String? timeToLiveMillis
getter/setter pair

Duration in milliseconds that the experiment can stay in ON state (an experiment becomes ON when it has been triggered, or when it has no trigger event).

Corresponds to the attribution time in the ABT UI. Valid range is from 1ms to 6 months (current max defined by Scion). If the value is outside this range the setExperiment call on the client will fail. Required field

Implementation

core.String? timeToLiveMillis;