View Source Appwrite.Types.Continent (appwrite v0.2.1)

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()}