GoogleApi.AppHub.V1.Model.ListWorkloadsResponse (google_api_app_hub v0.4.0)

View Source

Response for ListWorkloads.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.
  • workloads (type: list(GoogleApi.AppHub.V1.Model.Workload.t), default: nil) - List of Workloads.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppHub.V1.Model.ListWorkloadsResponse{
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil,
  workloads: [GoogleApi.AppHub.V1.Model.Workload.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.