CountryCode

---types---
help.countryCode#4203c5ef country_code:string prefixes:flags.0?Vector<string> patterns:flags.1?Vector<string> = help.CountryCode

Belongs to

help.CountryCode

In Rust this constructor is a variant of the enums::help.CountryCode enum.
Match on it with: if let enums::help.CountryCode::CountryCode(v) = result { ... }

Parameters

country_codestringrequired
prefixesVector<string>optional
patternsVector<string>optional