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, specifically for .NET development."],["`DeleteFunctionRequest` is a class used to represent a request to delete a function and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteFunctionRequest` class has two constructors, one default and one that accepts another `DeleteFunctionRequest` as a parameter, facilitating object cloning."],["The `DeleteFunctionRequest` class has two properties: `CloudFunctionName`, which provides a typed view of the function name, and `Name`, which is a string representing the resource name of the function to be deleted."],["The document history also contains versions ranging from 2.7.0 (latest) to 1.1.0."]]],[]]