Appwrite.Types.Continent (appwrite v1.0.0)

View Source

A continent record returned by GET /v1/locale/continents.

Fields

  • name (String.t()) — human-readable continent name (e.g. "Europe").
  • code (String.t()) — two-letter continent code (e.g. "EU").

Summary

Types

t()

@type t() :: %Appwrite.Types.Continent{code: String.t(), name: String.t()}