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"]],[["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."],[[["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)`."]]],[]]