requestId property

String? requestId
getter/setter pair

This is used to de-dup incoming request: if the duplicate request was detected, the response from the previous execution is returned.

Must have no more than 36 characters and contain only alphanumeric characters and hyphens.

Optional.

Implementation

core.String? requestId;