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."],[[["The `DeleteFunctionRequest` class is used to request the deletion of a function in Google Cloud Functions, as part of the `Google.Cloud.Functions.V1` namespace."],["This class has a range of versions, starting from 1.1.0 up to the latest 2.7.0."],["The `DeleteFunctionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `CloudFunctionName` and `Name`, with the latter being a required string field specifying the function's name to be deleted."],["The class provides two constructors: a parameterless `DeleteFunctionRequest()` and an overloaded `DeleteFunctionRequest(DeleteFunctionRequest other)`."]]],[]]