GoogleApi.Workstations.V1.Model.ListWorkstationClustersResponse (google_api_workstations v0.7.0)
View SourceResponse message for ListWorkstationClusters.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
unreachable
(type:list(String.t)
, default:nil
) - Unreachable resources. -
workstationClusters
(type:list(GoogleApi.Workstations.V1.Model.WorkstationCluster.t)
, default:nil
) - The requested workstation clusters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workstations.V1.Model.ListWorkstationClustersResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, workstationClusters: [GoogleApi.Workstations.V1.Model.WorkstationCluster.t()] | nil }