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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]