Gleanex.Indexing.StructuredLocation (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a StructuredLocation

Summary

Types

t()

@type t() :: %Gleanex.Indexing.StructuredLocation{
  address: String.t() | nil,
  city: String.t() | nil,
  country: String.t() | nil,
  countryCode: String.t() | nil,
  deskLocation: String.t() | nil,
  region: String.t() | nil,
  state: String.t() | nil,
  timezone: String.t() | nil,
  zipCode: String.t() | nil
}