Provides struct and type for a Response.WebSearch.Location
@type t() :: %OpenAi.Response.WebSearch.Location{ city: String.t() | nil, country: String.t() | nil, region: String.t() | nil, timezone: String.t() | nil }