Class: TencentCloud::Cwp::V20180228::Place
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::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, location = nil) ⇒ Place
constructor
A new instance of Place.
Constructor Details
#initialize(cityid = nil, provinceid = nil, countryid = nil, location = nil) ⇒ Place
Returns a new instance of Place.
35409 35410 35411 35412 35413 35414 |
# File 'lib/v20180228/models.rb', line 35409 def initialize(cityid=nil, provinceid=nil, countryid=nil, location=nil) @CityId = cityid @ProvinceId = provinceid @CountryId = countryid @Location = location end |
Instance Attribute Details
#CityId ⇒ Object
35407 35408 35409 |
# File 'lib/v20180228/models.rb', line 35407 def CityId @CityId end |
#CountryId ⇒ Object
35407 35408 35409 |
# File 'lib/v20180228/models.rb', line 35407 def CountryId @CountryId end |
#Location ⇒ Object
35407 35408 35409 |
# File 'lib/v20180228/models.rb', line 35407 def Location @Location end |
#ProvinceId ⇒ Object
35407 35408 35409 |
# File 'lib/v20180228/models.rb', line 35407 def ProvinceId @ProvinceId end |
Instance Method Details
#deserialize(params) ⇒ Object
35416 35417 35418 35419 35420 35421 |
# File 'lib/v20180228/models.rb', line 35416 def deserialize(params) @CityId = params['CityId'] @ProvinceId = params['ProvinceId'] @CountryId = params['CountryId'] @Location = params['Location'] end |