public sealed class StandardResponse<InnerType> : object
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\u003eThis document describes the \u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e class, which is used for responses from Google API calls, encapsulating both the data and any errors encountered.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e class has two main properties: \u003ccode\u003eData\u003c/code\u003e, which holds the return type of the called method and can be null if the call failed, and \u003ccode\u003eError\u003c/code\u003e, which details any errors and is null if the call succeeded.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStandardResponse<InnerType>\u003c/code\u003e class inherits from the base \u003ccode\u003eObject\u003c/code\u003e class and is found within the \u003ccode\u003eGoogle.Apis.Util\u003c/code\u003e namespace in the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is 1.69.0, however this document pertains to version 1.50.0, and several other versions are also available.\u003c/p\u003e\n"]]],[],null,[]]