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"]],[["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."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteFunctionRequest\u003c/code\u003e class is used to request the deletion of a function in the Cloud Functions v2 API.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one for default initialization and another for creating a copy of an existing \u003ccode\u003eDeleteFunctionRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a \u003ccode\u003eName\u003c/code\u003e property (of type \u003ccode\u003estring\u003c/code\u003e) that specifies the required name of the function to be deleted, and also a read-only \u003ccode\u003eFunctionName\u003c/code\u003e property providing a strongly-typed view of the name of type \u003ccode\u003eFunctionName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe document provides documentation for multiple versions of the \u003ccode\u003eDeleteFunctionRequest\u003c/code\u003e class, with the latest version being 1.7.0, but this specific page is covering the version 1.3.0.\u003c/p\u003e\n"]]],[],null,[]]