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-08-15 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eRequestMutator\u003c/code\u003e is 2.63.1, with a comprehensive list of prior versions available for review.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRequestMutator\u003c/code\u003e is an interface used to modify a request message by applying a function to it, which, for example, will be used for request ID auto-population.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eapply(RequestT request)\u003c/code\u003e method is used to apply a function to the given \u003ccode\u003erequest\u003c/code\u003e message, returning the modified \u003ccode\u003erequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestT\u003c/code\u003e parameter within this structure represents the request message being used.\u003c/p\u003e\n"],["\u003cp\u003eImplementation of this \u003ccode\u003eRequestMutator\u003c/code\u003e interface is expected to be autogenerated.\u003c/p\u003e\n"]]],[],null,[]]