Class: TencentCloud::Gaap::V20180529::CountryAreaMap
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::CountryAreaMap
- Defined in:
- lib/v20180529/models.rb
Overview
国家地区映射关系(名称和编码)
Instance Attribute Summary collapse
- #ContinentInnerCode ⇒ Object
- #ContinentName ⇒ Object
- #GeographicalZoneInnerCode ⇒ Object
- #GeographicalZoneName ⇒ Object
- #NationCountryInnerCode ⇒ Object
- #NationCountryName ⇒ Object
- #Remark ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nationcountryname = nil, nationcountryinnercode = nil, geographicalzonename = nil, geographicalzoneinnercode = nil, continentname = nil, continentinnercode = nil, remark = nil) ⇒ CountryAreaMap
constructor
A new instance of CountryAreaMap.
Constructor Details
#initialize(nationcountryname = nil, nationcountryinnercode = nil, geographicalzonename = nil, geographicalzoneinnercode = nil, continentname = nil, continentinnercode = nil, remark = nil) ⇒ CountryAreaMap
Returns a new instance of CountryAreaMap.
742 743 744 745 746 747 748 749 750 |
# File 'lib/v20180529/models.rb', line 742 def initialize(nationcountryname=nil, =nil, geographicalzonename=nil, geographicalzoneinnercode=nil, continentname=nil, continentinnercode=nil, remark=nil) @NationCountryName = nationcountryname @NationCountryInnerCode = @GeographicalZoneName = geographicalzonename @GeographicalZoneInnerCode = geographicalzoneinnercode @ContinentName = continentname @ContinentInnerCode = continentinnercode @Remark = remark end |
Instance Attribute Details
#ContinentInnerCode ⇒ Object
740 741 742 |
# File 'lib/v20180529/models.rb', line 740 def ContinentInnerCode @ContinentInnerCode end |
#ContinentName ⇒ Object
740 741 742 |
# File 'lib/v20180529/models.rb', line 740 def ContinentName @ContinentName end |
#GeographicalZoneInnerCode ⇒ Object
740 741 742 |
# File 'lib/v20180529/models.rb', line 740 def GeographicalZoneInnerCode @GeographicalZoneInnerCode end |
#GeographicalZoneName ⇒ Object
740 741 742 |
# File 'lib/v20180529/models.rb', line 740 def GeographicalZoneName @GeographicalZoneName end |
#NationCountryInnerCode ⇒ Object
740 741 742 |
# File 'lib/v20180529/models.rb', line 740 def NationCountryInnerCode @NationCountryInnerCode end |
#NationCountryName ⇒ Object
740 741 742 |
# File 'lib/v20180529/models.rb', line 740 def NationCountryName @NationCountryName end |
#Remark ⇒ Object
740 741 742 |
# File 'lib/v20180529/models.rb', line 740 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
752 753 754 755 756 757 758 759 760 |
# File 'lib/v20180529/models.rb', line 752 def deserialize(params) @NationCountryName = params['NationCountryName'] @NationCountryInnerCode = params['NationCountryInnerCode'] @GeographicalZoneName = params['GeographicalZoneName'] @GeographicalZoneInnerCode = params['GeographicalZoneInnerCode'] @ContinentName = params['ContinentName'] @ContinentInnerCode = params['ContinentInnerCode'] @Remark = params['Remark'] end |