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