id property

String? id
getter/setter pair

The unique ID for a request, which can be propagated to downstream systems.

The ID should have low probability of collision within a single day for a specific service.

Implementation

core.String? id;