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 latest version of the `CallFunctionRequest` class is 2.7.0, part of the Google.Cloud.Functions.V1 library."],["`CallFunctionRequest` is a sealed class used as a request type for the `CallFunction` method, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CallFunctionRequest` class has two constructors, a parameterless one and another that takes a `CallFunctionRequest` object as a parameter."],["Key properties of the `CallFunctionRequest` class include `CloudFunctionName`, which provides a typed view of the function's resource name, `Data`, representing the input data for the function, and `Name`, which holds the function's name."],["The `CallFunctionRequest` class inherits from `Object`, and it also inherits certain methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]