requestId property

String? requestId
getter/setter pair

Restricted to 36 ASCII characters.

A random UUID is recommended. The idempotency key for the request. The ID generation logic is controlled by the partner. request_id should be the same as on retries of the same request. A different request_id must be used for a extension of a different cycle.

Required.

Implementation

core.String? requestId;