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."],[[["The latest version available is 1.69.0, with the content also listing previous versions back to 1.50.0."],["`StandardResponse\u003cInnerType\u003e` is a class that represents the JSON response format from Google API calls, containing properties for both returned data and errors."],["The class inherits from `Object` and includes inherited members such as `Equals`, `GetHashCode`, and `ToString`."],["`StandardResponse\u003cInnerType\u003e` includes two primary properties: `Data`, which can be null if the call fails, and `Error`, which can be null if the call is successful."],["There is an extension method available named `Utilities.ThrowIfNull\u003cT\u003e(T, String)`."]]],[]]