mutationKey property

Mutation? mutationKey
getter/setter pair

Required for read-write transactions on a multiplexed session that commit mutations but don't perform any reads or queries.

You must randomly select one of the mutations from the mutation set and send it as a part of this request.

Optional.

Implementation

Mutation? mutationKey;