id property
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;
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.
core.String? id;