sequenceToken property

String? sequenceToken
getter/setter pair

A token used to enforce sequencing.

The first AddBatchJobOperations request for a batch job should not set sequence_token. Subsequent requests must set sequence_token to the value of next_sequence_token received in the previous AddBatchJobOperations response.

Implementation

core.String? sequenceToken;