Calls to Google Api return StandardResponses as Json with
two properties Data, being the return type of the method called
and Error, being any errors that occure.
[[["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."],[[["This webpage provides documentation for the `StandardResponse\u003cInnerType\u003e` class within the Google.Apis.Util namespace, specifically for version 1.59.0 of the Google.Apis library."],["`StandardResponse` objects are returned by Google API calls as JSON, containing two properties: `Data`, representing the return type of the method, and `Error`, detailing any encountered errors."],["The `Data` property, of type `InnerType`, can be null if the API call failed, while the `Error` property, of type `RequestError`, can be null if the call was successful."],["The page also lists inherited members from the base `Object` class and details the `ThrowIfNull\u003cT\u003e` extension method within the `Utilities` class, alongside a listing of available versions of the library."],["The latest version of this API is 1.69.0, according to this listing, and the versions range down to version 1.50.0."]]],[]]