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, which is used for calling functions in the Google Cloud environment."],["The `CallFunctionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes properties such as `CloudFunctionName`, `Data`, and `Name`, which are essential for specifying the target function and providing input data for the `CallFunction` method."],["The documentation provides a history of versions, with the latest being 2.7.0, and the page contains documentation on version 1.2.0, which includes details on constructors, properties and inherited members of the class."]]],[]]