Class: TencentCloud::Yunjing::V20180228::Place
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::Place
- Defined in:
- lib/v20180228/models.rb
Overview
登录地信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cityid = nil, provinceid = nil, countryid = nil) ⇒ Place
constructor
A new instance of Place.
Constructor Details
#initialize(cityid = nil, provinceid = nil, countryid = nil) ⇒ Place
Returns a new instance of Place.
5729 5730 5731 5732 5733 |
# File 'lib/v20180228/models.rb', line 5729 def initialize(cityid=nil, provinceid=nil, countryid=nil) @CityId = cityid @ProvinceId = provinceid @CountryId = countryid end |
Instance Attribute Details
#CityId ⇒ Object
5727 5728 5729 |
# File 'lib/v20180228/models.rb', line 5727 def CityId @CityId end |
#CountryId ⇒ Object
5727 5728 5729 |
# File 'lib/v20180228/models.rb', line 5727 def CountryId @CountryId end |
#ProvinceId ⇒ Object
5727 5728 5729 |
# File 'lib/v20180228/models.rb', line 5727 def ProvinceId @ProvinceId end |
Instance Method Details
#deserialize(params) ⇒ Object
5735 5736 5737 5738 5739 |
# File 'lib/v20180228/models.rb', line 5735 def deserialize(params) @CityId = params['CityId'] @ProvinceId = params['ProvinceId'] @CountryId = params['CountryId'] end |