[[["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 `OnResponse` delegate is a callback for individual responses within the `Google.Apis.Requests.BatchRequest` in the `Google.Apis` library for .NET, specifically version 1.59.0."],["This delegate provides the parsed content of the response (`content`), any error that occurred during the request (`error`), the index of the request (`index`), and the full HTTP response message (`message`)."],["The `content` parameter can be `null` if the request failed or if the response could not be parsed by the `Serializer`."],["The type parameter `TResponse` represents the expected type of the response content."],["The `Utilities.ThrowIfNull\u003cT\u003e(T, String)` is an extension method of this library."]]],[]]