GoogleApi.Workstations.V1.Model.ListWorkstationConfigsResponse (google_api_workstations v0.7.0)

View Source

Response message for ListWorkstationConfigs.

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

t()

@type t() :: %GoogleApi.Workstations.V1.Model.ListWorkstationConfigsResponse{
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil,
  workstationConfigs:
    [GoogleApi.Workstations.V1.Model.WorkstationConfig.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.