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."],[[["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."]]],[]]