operationId property

String? operationId
getter/setter pair

For mutating operation requests that completed successfully.

This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).

Implementation

core.String? operationId;