A request mutator takes a request message, applies some Function to it, and then returns
the modified request message. This is currently only used for autopopulation of the
request ID.
Implementations of this interface are expected to be autogenerated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides a comprehensive list of versions for the `RequestMutator` class, ranging from the latest 2.63.1 down to version 2.7.1."],["`RequestMutator` is an interface that modifies a request message by applying a Function to it, primarily used for request ID autopopulation."],["The `apply` method is used within the `RequestMutator` interface to modify a request message, which accepts the request message as a parameter and returns the modified version."],["The Type parameter `RequestT` is described in the documentation, which currently has no description, but it is used for the request message type."]]],[]]