campaignEndTimeMillis property

String? campaignEndTimeMillis
getter/setter pair

FIAM configured end time of the experiment - we use long vs Timestamp here to minimize the size of the bundles sent back to the sdk clients.

Note that for an experiment the end time is defined by whichever is earliest of (campaign end time, experiment time to live)

Implementation

core.String? campaignEndTimeMillis;