public delegate void BatchRequest.OnResponse<in TResponse>(TResponse content, RequestError error, int index, HttpResponseMessage message) where TResponse : class
A concrete type callback for an individual response.
[[["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-05 UTC."],[[["The `BatchRequest.OnResponse` delegate is a callback function in the Google.Apis.Requests namespace, designed to handle individual responses within a batch request."],["This delegate takes four parameters: `content` (the parsed response or null), `error` (request error or null), `index` (the request index), and `message` (the HTTP response)."],["The delegate allows a response to be passed in using a response type called `TResponse`."],["The provided documentation covers multiple versions of the `BatchRequest.OnResponse` delegate, including the latest version 1.69.0, and older versions down to 1.50.0."],["There are details given about the parameter types and description, as well as the response type parameter and an extension method, `Utilities.ThrowIfNull\u003cT\u003e(T, string)`."]]],[]]