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, specifically for version 1.6.0 of the .NET library."],["`DeleteFunctionRequest` is used to make requests for the `DeleteFunction` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides constructors for creating a new instance or a copy of an existing `DeleteFunctionRequest` object."],["The `DeleteFunctionRequest` class has two main properties: `Name`, which is a string representing the name of the function to be deleted, and `FunctionName`, a `FunctionName`-typed view over the `Name` property."],["The document also provides links to earlier versions of the documentation, ranging from version 1.0.0 to the latest 1.7.0."]]],[]]