Provides struct and type for a StructuredLocation
@type t() :: %Gleanex.Client.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 }