View Source GoogleApi.Looker.V1.Model.ListInstancesResponse (google_api_looker v0.5.1)

Response from ListInstances.

Attributes

  • instances (type: list(GoogleApi.Looker.V1.Model.Instance.t), default: nil) - The list of instances matching the request filters, up to the requested ListInstancesRequest.pageSize.
  • nextPageToken (type: String.t, default: nil) - If provided, a page token that can look up the next ListInstancesRequest.pageSize results. If empty, the results list is exhausted.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.ListInstancesResponse{
  instances: [GoogleApi.Looker.V1.Model.Instance.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.