GoogleApi.Dataproc.V1.Model.ListClustersResponse (google_api_dataproc v0.59.0)
View SourceThe list of all clusters in a project.
Attributes
-
clusters
(type:list(GoogleApi.Dataproc.V1.Model.Cluster.t)
, default:nil
) - Output only. The clusters in the project. -
nextPageToken
(type:String.t
, default:nil
) - Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.ListClustersResponse{ clusters: [GoogleApi.Dataproc.V1.Model.Cluster.t()] | nil, nextPageToken: String.t() | nil }