public sealed class DeleteFunctionRequest : IMessage<DeleteFunctionRequest>, IEquatable<DeleteFunctionRequest>, IDeepCloneable<DeleteFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class DeleteFunctionRequest.
[[["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 `DeleteFunctionRequest` class within the Google Cloud Functions v2 API for .NET."],["`DeleteFunctionRequest` is used to request the deletion of a function and is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has a constructor `DeleteFunctionRequest()` and also allows for an `other` type to be inputed, and it contains two properties: `FunctionName` which is a `FunctionName` typed view over the `Name`, and `Name` which is a string representing the name of the function to be deleted."],["The document contains links to different versions of this API, with `1.7.0` being the latest and `1.0.0` being the oldest."],["The class includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class, with it being located in the `Google.Cloud.Functions.V2` namespace and `Google.Cloud.Functions.V2.dll` assembly."]]],[]]