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

Copy Markdown View Source

A resource that represents a Google Cloud location.

Attributes

  • display_name (type: String.t()) - The friendly name for this location, typically a nearby city name. For example, "Tokyo".
  • labels (type: map()) - Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}
  • location_id (type: String.t()) - The canonical id for this location. For example: "us-east1".
  • metadata (type: map()) - Service-specific metadata. For example the available capacity at the given location.
  • name (type: String.t()) - Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1"

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudLocationLocation{
  display_name: String.t() | nil,
  labels: map() | nil,
  location_id: String.t() | nil,
  metadata: map() | nil,
  name: String.t() | nil
}