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