clientRequestToken property
An idempotency token to ensure that you don't accidentally submit the same request twice. You can use any string up to the maximum length.
Implementation
final String? clientRequestToken;
An idempotency token to ensure that you don't accidentally submit the same request twice. You can use any string up to the maximum length.
final String? clientRequestToken;