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 latest version available for `CallFunctionResponse` is 2.7.0, with other documented versions ranging from 2.6.0 down to 1.1.0."],["`CallFunctionResponse` is a sealed class that represents the response of the `CallFunction` method, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `Object` class and includes properties like `Error`, `ExecutionId`, and `Result` to provide information about the function call's outcome."],["The `CallFunctionResponse` class is found within the `Google.Cloud.Functions.V1` namespace and is part of the `Google.Cloud.Functions.V1.dll` assembly."],["There are two constructors available for the class: a default constructor and another one that accepts a `CallFunctionResponse` object as a parameter for copying purposes."]]],[]]