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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available is 1.69.0, with the content also listing previous versions back to 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e is a class that represents the JSON response format from Google API calls, containing properties for both returned data and errors.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes inherited members such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e includes two primary properties: \u003ccode\u003eData\u003c/code\u003e, which can be null if the call fails, and \u003ccode\u003eError\u003c/code\u003e, which can be null if the call is successful.\u003c/p\u003e\n"],["\u003cp\u003eThere is an extension method available named \u003ccode\u003eUtilities.ThrowIfNull<T>(T, String)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]