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"]],[["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."],[[["This document describes the `StandardResponse\u003cInnerType\u003e` class, which is used for responses from Google API calls, encapsulating both the data and any errors encountered."],["The `StandardResponse\u003cInnerType\u003e` class has two main properties: `Data`, which holds the return type of the called method and can be null if the call failed, and `Error`, which details any errors and is null if the call succeeded."],["The `StandardResponse\u003cInnerType\u003e` class inherits from the base `Object` class and is found within the `Google.Apis.Util` namespace in the `Google.Apis.Core.dll` assembly."],["The 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."]]],[]]