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