Class GetAgentPoolRequest (2.0.0)

public sealed class GetAgentPoolRequest : IMessage<GetAgentPoolRequest>, IEquatable<GetAgentPoolRequest>, IDeepCloneable<GetAgentPoolRequest>, IBufferMessage, IMessage

Specifies the request passed to GetAgentPool.

Inheritance

Object > GetAgentPoolRequest

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

GetAgentPoolRequest()

public GetAgentPoolRequest()

GetAgentPoolRequest(GetAgentPoolRequest)

public GetAgentPoolRequest(GetAgentPoolRequest other)
Parameter
NameDescription
otherGetAgentPoolRequest

Properties

Name

public string Name { get; set; }

Required. The name of the agent pool to get.

Property Value
TypeDescription
String