View Source GoogleApi.Container.V1.Model.ListNodePoolsResponse (google_api_container v0.45.0)

ListNodePoolsResponse is the result of ListNodePoolsRequest.

Attributes

  • nodePools (type: list(GoogleApi.Container.V1.Model.NodePool.t), default: nil) - A list of node pools for a cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.ListNodePoolsResponse{
  nodePools: [GoogleApi.Container.V1.Model.NodePool.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.