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 within the `Google.Cloud.CloudBuild.V1` namespace, used for requesting the deletion of a `WorkerPool`."],["The latest version available for this class is 2.15.0, with previous versions spanning from 1.0.0 up to 2.14.0."],["`DeleteWorkerPoolRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another that takes a `DeleteWorkerPoolRequest` object as a parameter for copying."],["It has one key property, `Name`, which is a string field used to specify the name of the worker pool resource to be deleted."]]],[]]