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 is a response object for the `CallFunction` method within the Google.Cloud.Functions.V1 namespace, and is available in versions ranging from 1.1.0 up to the latest 2.7.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used within Google Cloud Functions environments for handling responses."],["The `CallFunctionResponse` class has properties such as `Error`, `ExecutionId`, and `Result`, which provide details about the outcome of the function call, including any errors encountered, the execution ID, and the result from the function."],["The class contains two constructors: a default `CallFunctionResponse()` constructor and a constructor that takes another `CallFunctionResponse` object as a parameter, allowing for object duplication."]]],[]]