Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 734 Bytes

CountryInfo.md

File metadata and controls

18 lines (13 loc) · 734 Bytes

openapi.model.CountryInfo

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name String Gets or sets the name. [optional]
displayName String Gets or sets the display name. [optional]
twoLetterISORegionName String Gets or sets the name of the two letter ISO region. [optional]
threeLetterISORegionName String Gets or sets the name of the three letter ISO region. [optional]

[Back to Model list] [Back to API list] [Back to README]