google_api_file v0.8.0 GoogleApi.File.V1.Model.ListInstancesResponse View Source

ListInstancesResponse is the result of ListInstancesRequest.

Attributes

  • instances (type: list(GoogleApi.File.V1.Model.Instance.t), default: nil) - A list of instances in the project for the specified location.

    If the {location} value in the request is "-", the response contains a list of instances from all locations. If any location is unreachable, the response will only return instances in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.

  • nextPageToken (type: String.t, default: nil) - The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.File.V1.Model.ListInstancesResponse{
  instances: [GoogleApi.File.V1.Model.Instance.t()],
  nextPageToken: String.t(),
  unreachable: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.