public sealed class CallFunctionResponse : IMessage<CallFunctionResponse>, IEquatable<CallFunctionResponse>, IDeepCloneable<CallFunctionResponse>, IBufferMessage, IMessage
[[["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."],[[["The `CallFunctionResponse` class represents the response of a `CallFunction` method within the Google Cloud Functions V1 library."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable\u003cCallFunctionResponse\u003e`, `IDeepCloneable\u003cCallFunctionResponse\u003e`, and `IBufferMessage`."],["`CallFunctionResponse` provides properties such as `Error`, `ExecutionId`, and `Result` to detail the function call's outcome, including any errors, the execution ID, and the function's return value."],["The latest version of the library is `2.7.0`, and the provided content includes access to documentation for multiple previous versions of the package."],["The class has two constructors: a default constructor `CallFunctionResponse()` and another `CallFunctionResponse(CallFunctionResponse other)` to copy the data from another instance of `CallFunctionResponse`."]]],[]]