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 \u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e class is returned by Google API calls as JSON, containing \u003ccode\u003eData\u003c/code\u003e for the method's return type and \u003ccode\u003eError\u003c/code\u003e for any errors encountered.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, inheriting methods such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eData\u003c/code\u003e property, potentially null, holds the return value of the API call, while the \u003ccode\u003eError\u003c/code\u003e property, also potentially null, represents any \u003ccode\u003eRequestError\u003c/code\u003e that occurred.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eStandardResponse\u003c/code\u003e is 1.69.0, with older versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0 also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStandardResponse\u003c/code\u003e uses an \u003ccode\u003eInnerType\u003c/code\u003e parameter to specify the data type being returned by the API, and there is also an \u003ccode\u003eExtension Method\u003c/code\u003e available called \u003ccode\u003eUtilities.ThrowIfNull<T>(T, string)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]