View Source OpenAi.User.ApproximateLocation (OpenAI REST API Client v1.0.0)

Provides struct and type for a User.ApproximateLocation

Summary

Types

@type t() :: %OpenAi.User.ApproximateLocation{
  city: String.t() | nil,
  country: String.t() | nil,
  region: String.t() | nil,
  timezone: String.t() | nil,
  type: String.t()
}