public sealed class DeleteFunctionRequest : IMessage<DeleteFunctionRequest>, IEquatable<DeleteFunctionRequest>, IDeepCloneable<DeleteFunctionRequest>, 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 page details the `DeleteFunctionRequest` class within the Google.Cloud.Functions.V1 namespace, used for requesting the deletion of a function."],["The `DeleteFunctionRequest` class is part of version 2.0.0 of the Google Cloud Functions library, with several older versions also available."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The class has two constructors and two key properties: `CloudFunctionName` for a typed view of the resource name, and `Name`, a string representing the function's name that is to be deleted."],["The latest version of this class is 2.7.0, and it is used as a request for the `DeleteFunction` method."]]],[]]