indexTime property

String? indexTime
getter/setter pair

The time at which this ProductSet was last indexed.

Query results will reflect all updates before this time. If this ProductSet has never been indexed, this timestamp is the default value "1970-01-01T00:00:00Z". This field is ignored when creating a ProductSet.

Output only.

Implementation

core.String? indexTime;