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

A country record returned by GET /v1/locale/countries.

Fields

  • name (String.t()) — human-readable country name (e.g. "India").
  • code (String.t()) — ISO 3166-1 alpha-2 code (e.g. "IN").

Summary

Types

t()

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