requestId property

String? requestId
getter/setter pair

The client-generated unique ID for this request. Clients should regenerate this ID for every new request.

If an ID provided is the same as for the previous request, the request is ignored.

Implementation

core.String? requestId;