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\u003e\u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e is a sealed class used by Google APIs to encapsulate responses as JSON, including both data and error properties.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes \u003ccode\u003eData\u003c/code\u003e (of type \u003ccode\u003eInnerType\u003c/code\u003e), which represents the successful response data and can be null if the call failed.\u003c/p\u003e\n"],["\u003cp\u003eIt also contains an \u003ccode\u003eError\u003c/code\u003e property of type \u003ccode\u003eRequestError\u003c/code\u003e, representing any errors during the API call, which is null if the call succeeded.\u003c/p\u003e\n"],["\u003cp\u003eThis class has inherited members from object, such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e and is located within the \u003ccode\u003eGoogle.Apis.Util\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of the class documentation is 1.69.0, but documentation also exists for versions from 1.68.0 to 1.50.0.\u003c/p\u003e\n"]]],[],null,[]]