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."],[[["The `DeleteFunctionRequest` class is used to request the deletion of a function in the Cloud Functions v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usability."],["The `DeleteFunctionRequest` class has properties for `FunctionName` which is a typed resource name, and `Name`, which is the string name of the function to delete."],["There are two constructors available, one default constructor, and another that allows you to create an instance based on another `DeleteFunctionRequest` instance."],["Multiple versions of the documentation are available, ranging from version 1.0.0 up to the latest version, 1.7.0."]]],[]]