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