GoogleApi.StorageTransfer.V1.Model.ListAgentPoolsResponse (google_api_storage_transfer v0.37.3)
View SourceResponse 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.StorageTransfer.V1.Model.ListAgentPoolsResponse{ agentPools: [GoogleApi.StorageTransfer.V1.Model.AgentPool.t()] | nil, nextPageToken: String.t() | nil }