Googly.DocumentAI.Model.GoogleCloudLocationListLocationsResponse (googly_document_ai v0.1.0)

Copy Markdown View Source

The response message for Locations.ListLocations.

Attributes

  • locations (type: list(Googly.DocumentAI.Model.GoogleCloudLocationLocation.t())) - A list of locations that matches the specified filter in the request.
  • next_page_token (type: String.t()) - The standard List next-page token.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudLocationListLocationsResponse{
  locations: [Googly.DocumentAI.Model.GoogleCloudLocationLocation.t()] | nil,
  next_page_token: String.t() | nil
}