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 document provides reference documentation for the `CallFunctionRequest` class within the Google Cloud Functions v1 API for .NET."],["The `CallFunctionRequest` class is used to structure requests for the `CallFunction` method, enabling users to invoke cloud functions."],["The documentation includes details on the class's inheritance, implemented interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inherited members."],["Key properties of the `CallFunctionRequest` class include `CloudFunctionName`, `Data` (input for the function), and `Name` (function name), with their respective types and descriptions provided."],["There are different version available of this `CallFunctionRequest`, with the latest being 2.7.0."]]],[]]