Class: TencentCloud::Gaap::V20180529::NationCountryInnerInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180529/models.rb

Overview

就近接入的国家地区详情

Instance Attribute Summary collapse

Instance Method Summary collapse

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, nationcountryinnercode=nil)
  @NationCountryName = nationcountryname
  @NationCountryInnerCode = nationcountryinnercode
end

Instance Attribute Details

#NationCountryInnerCodeObject

Parameters:

  • NationCountryName:

    国家名

  • NationCountryInnerCode:

    国家内部编码



6303
6304
6305
# File 'lib/v20180529/models.rb', line 6303

def NationCountryInnerCode
  @NationCountryInnerCode
end

#NationCountryNameObject

Parameters:

  • NationCountryName:

    国家名

  • NationCountryInnerCode:

    国家内部编码



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