Class: TencentCloud::Gaap::V20180529::NationCountryInnerInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::NationCountryInnerInfo
- Defined in:
- lib/v20180529/models.rb
Overview
就近接入的国家地区详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(nationcountryname = nil, nationcountryinnercode = nil) ⇒ NationCountryInnerInfo
constructor
A new instance of NationCountryInnerInfo.
Constructor Details
#initialize(nationcountryname = nil, nationcountryinnercode = nil) ⇒ NationCountryInnerInfo
Returns a new instance of NationCountryInnerInfo.
6305 6306 6307 6308 |
# File 'lib/v20180529/models.rb', line 6305 def initialize(nationcountryname=nil, =nil) @NationCountryName = nationcountryname @NationCountryInnerCode = end |
Instance Attribute Details
#NationCountryInnerCode ⇒ Object
6303 6304 6305 |
# File 'lib/v20180529/models.rb', line 6303 def NationCountryInnerCode @NationCountryInnerCode end |
#NationCountryName ⇒ Object
6303 6304 6305 |
# File 'lib/v20180529/models.rb', line 6303 def NationCountryName @NationCountryName end |
Instance Method Details
#deserialize(params) ⇒ Object
6310 6311 6312 6313 |
# File 'lib/v20180529/models.rb', line 6310 def deserialize(params) @NationCountryName = params['NationCountryName'] @NationCountryInnerCode = params['NationCountryInnerCode'] end |