public sealed class CreateFunctionRequest : IMessage<CreateFunctionRequest>, IEquatable<CreateFunctionRequest>, IDeepCloneable<CreateFunctionRequest>, 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."],[[["This webpage details the `CreateFunctionRequest` class within the `Google.Cloud.Functions.V1` namespace, specifically for version 1.3.0 of the Google Cloud Functions .NET library."],["`CreateFunctionRequest` is used to request the creation of a new function and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateFunctionRequest` class includes two constructors: a default constructor and one that accepts another `CreateFunctionRequest` instance for parameter data."],["The class has properties `Function`, which represents the `CloudFunction` to be created, and `Location`, a string representing the project and location, and `LocationAsLocationName`, which provides a typed view of the location."],["The webpage also provides links to documentation for other versions of `CreateFunctionRequest`, ranging from version 1.1.0 to 2.7.0."]]],[]]