public sealed class DeleteFunctionRequest : IMessage<DeleteFunctionRequest>, IEquatable<DeleteFunctionRequest>, IDeepCloneable<DeleteFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 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 documentation for the `DeleteFunctionRequest` class within the Google Cloud Functions v1 API for .NET, specifically version 2.6.0."],["`DeleteFunctionRequest` is a class used to request the deletion of a function, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteFunctionRequest` class has two constructors, a default one and another that allows you to create a copy from an existing `DeleteFunctionRequest` object."],["The class contains two properties, `CloudFunctionName` which provides a typed view over the function name, and `Name`, which is a string representing the name of the function that is set for deletion."],["The document contains links to prior and current version, with version 2.7.0 being the latest."]]],[]]