startTime property

String? startTime
getter/setter pair

Time range for the current list of facet values to ignore.

If multiple time ranges are specified for an facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time and end time are set, then start time must be before end time. If start time is not empty and end time is empty, then will ignore these facet values after the start time.

Implementation

core.String? startTime;