public sealed class CallFunctionRequest : IMessage<CallFunctionRequest>, IEquatable<CallFunctionRequest>, IDeepCloneable<CallFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class CallFunctionRequest.
[[["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."],[[["This webpage provides reference documentation for the `CallFunctionRequest` class within the Google Cloud Functions v1 API, specifically for .NET development."],["`CallFunctionRequest` is used to structure requests for the `CallFunction` method in the API, and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`CallFunctionRequest()`) and another that takes a `CallFunctionRequest` object as a parameter for copying."],["Key properties of the `CallFunctionRequest` class include `CloudFunctionName`, which provides a typed view over the resource name, `Data` which contains the input for the function, and `Name`, which is the name of the function to be called."],["This API has many versions available for use, from 2.7.0 as the latest, down to 1.1.0."]]],[]]