public sealed class DeleteAgentPoolRequest : IMessage<DeleteAgentPoolRequest>, IEquatable<DeleteAgentPoolRequest>, IDeepCloneable<DeleteAgentPoolRequest>, 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 `DeleteAgentPoolRequest` class, which is used to specify a request to delete an agent pool within the Google Cloud Storage Transfer service, with the latest version being 2.8.0 and version 2.0.0 being the current scope of the documentation."],["The `DeleteAgentPoolRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor `DeleteAgentPoolRequest()` to instantiate a new object, and another constructor `DeleteAgentPoolRequest(DeleteAgentPoolRequest other)` to create a copy from an existing object."],["It has a property, `Name`, of type string, which is mandatory and specifies the name of the agent pool that needs to be deleted."],["The assembly this class is found in is `Google.Cloud.StorageTransfer.V1.dll`, and the class is located within the `Google.Cloud.StorageTransfer.V1` namespace."]]],[]]