public sealed class DeleteWorkerPoolRequest : IMessage<DeleteWorkerPoolRequest>, IEquatable<DeleteWorkerPoolRequest>, IDeepCloneable<DeleteWorkerPoolRequest>, IBufferMessage, IMessage
[[["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 webpage details the `DeleteWorkerPoolRequest` class, which is used to request the deletion of a `WorkerPool` in Google Cloud Build."],["The class is part of the `Google.Cloud.CloudBuild.V1` namespace and is implemented in the `Google.Cloud.CloudBuild.V1.dll` assembly."],["The latest version of `DeleteWorkerPoolRequest` is 2.15.0, and previous versions dating back to 1.0.0 are documented."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteWorkerPoolRequest` has a `Name` property of type string which specifies the name of the `WorkerPool` resource to be deleted."]]],[]]