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"]],[["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."],[[["This document provides reference documentation for the `CallFunctionRequest` class within the Cloud Functions v1 API for .NET."],["The `CallFunctionRequest` class is used to construct requests for the `CallFunction` method, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available of this documentation is 2.7.0, while 2.3.0 is the version of the page being viewed, with various other previous versions also listed."],["Key properties of the `CallFunctionRequest` class include `CloudFunctionName`, `Data`, and `Name`, allowing configuration of the function call."],["The document also includes inherited members from the object class such as `GetHashCode`, `GetType` and `ToString`."]]],[]]