idempotencyToken property

String? idempotencyToken
final

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

Implementation

final String? idempotencyToken;