View Source GoogleApi.StorageTransfer.V1.Model.ListAgentPoolsResponse (google_api_storage_transfer v0.33.2)
Response from ListAgentPools.
Attributes
-
agentPools(type:list(GoogleApi.StorageTransfer.V1.Model.AgentPool.t), default:nil) - A list of agent pools. -
nextPageToken(type:String.t, default:nil) - The list next page token.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.StorageTransfer.V1.Model.ListAgentPoolsResponse{
agentPools: [GoogleApi.StorageTransfer.V1.Model.AgentPool.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.