public sealed class CreateAgentPoolRequest : IMessage<CreateAgentPoolRequest>, IEquatable<CreateAgentPoolRequest>, IDeepCloneable<CreateAgentPoolRequest>, 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 `CreateAgentPoolRequest` class within the `Google.Cloud.StorageTransfer.V1` namespace, used to specify requests for creating agent pools, with the latest version being 2.8.0."],["The `CreateAgentPoolRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has a default and copy constructor, as well as three properties: `AgentPool`, which is the agent pool to create; `AgentPoolId`, which is the ID of the agent pool to create with specific formatting requirements; and `ProjectId`, the ID of the Google Cloud project that owns the agent pool."],["The webpage lists several prior versions, from 2.7.0 down to 1.0.0, and details inherited members from the `Object` class."],["The webpage content is part of the `Google.Cloud.StorageTransfer.V1.dll` assembly."]]],[]]