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."],[[["The `CallFunctionRequest` class is used to create requests for the `CallFunction` method within the `Google.Cloud.Functions.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `CallFunctionRequest` class contains properties like `CloudFunctionName`, `Data`, and `Name`, which are used to provide necessary details for calling a specific function."],["There are multiple versions of the `CallFunctionRequest` available, with the latest being version 2.7.0 and older versions available down to 1.1.0, each accessible through its respective documentation link."],["The class has two constructors, one that is empty and another one that takes in another `CallFunctionRequest` object for parameters."]]],[]]