View Source GoogleApi.StorageTransfer.V1.Model.ListAgentPoolsResponse (google_api_storage_transfer v0.36.0)

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.

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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.