public sealed class DeleteAgentPoolRequest : IMessage<DeleteAgentPoolRequest>, IEquatable<DeleteAgentPoolRequest>, IDeepCloneable<DeleteAgentPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class DeleteAgentPoolRequest.
[[["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 page provides documentation for the `DeleteAgentPoolRequest` class within the Storage Transfer v1 API, specifically for version 2.1.0."],["The `DeleteAgentPoolRequest` class is used to specify the request details for deleting an agent pool, as part of the Google Cloud Storage Transfer service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object management."],["The class has a constructor to instantiate the object and another to perform a deep copy from another `DeleteAgentPoolRequest` object."],["It contains a `Name` property of type `String` to identify the agent pool to be deleted."]]],[]]