Represents a country with name and ISO code.
name
String.t
code
@type t() :: %Appwrite.Types.Country{code: String.t(), name: String.t()}