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

Represents a country with name and ISO code.

Fields

  • name (String.t): Country name.
  • code (String.t): Two-character ISO 3166-1 alpha code.

Summary

Types

t()

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