public sealed class CallFunctionRequest : IMessage<CallFunctionRequest>, IEquatable<CallFunctionRequest>, IDeepCloneable<CallFunctionRequest>, 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."],[[["This webpage details the `CallFunctionRequest` class within the `Google.Cloud.Functions.V1` namespace, used for invoking the `CallFunction` method."],["The `CallFunctionRequest` class has two constructors, `CallFunctionRequest()` and `CallFunctionRequest(CallFunctionRequest other)`, with the latter accepting another `CallFunctionRequest` object as an argument."],["Key properties of the `CallFunctionRequest` class include `CloudFunctionName` (a `CloudFunctionName`-typed view), `Data` (input passed to the function), and `Name` (the function's name)."],["This class implements various interfaces, including `IMessage`, `IEquatable\u003cCallFunctionRequest\u003e`, `IDeepCloneable\u003cCallFunctionRequest\u003e`, and `IBufferMessage`."],["The webpage provides links to documentation for various versions of the package, from version 1.1.0 to 2.7.0, with 2.7.0 being the latest version."]]],[]]