Auth0.Entity.Log.LocationInfo (Auth0Api v1.4.0) View Source

Documentation for entity of Log LocationInfo.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Log.LocationInfo{
  city_name: String.t(),
  continent_code: String.t(),
  country_code: String.t(),
  country_code3: String.t(),
  country_name: String.t(),
  latitude: String.t(),
  longitude: String.t(),
  time_zone: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()