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"]],[["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."],[[["This document provides reference information for the `DeleteFunctionRequest` class within the Google Cloud Functions v2 API for .NET, specifically version 1.2.0."],["`DeleteFunctionRequest` is a class used to request the deletion of a function, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods like `GetHashCode`, `GetType`, and `ToString`, along with constructors for default initialization and cloning."],["The class has two properties: `FunctionName`, which is a typed view of the resource name, and `Name`, which is a string representing the required function name to delete."],["The latest version available for this documentation is version 1.7.0, with various previous versions also listed from 1.0.0 to 1.6.0."]]],[]]