# Kuapir::Country ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **country** | **String** | | | ## Example ```ruby require 'kuapir' instance = Kuapir::Country.new( country: США ) ```