GoogleApi.Workstations.V1.Model.ListWorkstationsResponse (google_api_workstations v0.7.0)
View SourceResponse message for ListWorkstations.
Attributes
-
nextPageToken(type:String.t, default:nil) - Optional. 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) - Optional. Unreachable resources. -
workstations(type:list(GoogleApi.Workstations.V1.Model.Workstation.t), default:nil) - The requested workstations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workstations.V1.Model.ListWorkstationsResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, workstations: [GoogleApi.Workstations.V1.Model.Workstation.t()] | nil }