elapsedTime property
- @JsonKey(toJson: _$IsoDurationToJson, fromJson: _$IsoDurationFromJson)
getter/setter pair
Elapsed time since start of the study deployment. If null, sampling starts immediately.
Implementation
@JsonKey(toJson: _$IsoDurationToJson, fromJson: _$IsoDurationFromJson)
Duration? elapsedTime;