Class: TencentCloud::Cwp::V20180228::UsualPlace
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::UsualPlace
- Defined in:
- lib/v20180228/models.rb
Overview
常用登录地
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, countryid = nil, provinceid = nil, cityid = nil) ⇒ UsualPlace
constructor
A new instance of UsualPlace.
Constructor Details
#initialize(id = nil, uuid = nil, countryid = nil, provinceid = nil, cityid = nil) ⇒ UsualPlace
Returns a new instance of UsualPlace.
40009 40010 40011 40012 40013 40014 40015 |
# File 'lib/v20180228/models.rb', line 40009 def initialize(id=nil, uuid=nil, countryid=nil, provinceid=nil, cityid=nil) @Id = id @Uuid = uuid @CountryId = countryid @ProvinceId = provinceid @CityId = cityid end |
Instance Attribute Details
#CityId ⇒ Object
40007 40008 40009 |
# File 'lib/v20180228/models.rb', line 40007 def CityId @CityId end |
#CountryId ⇒ Object
40007 40008 40009 |
# File 'lib/v20180228/models.rb', line 40007 def CountryId @CountryId end |
#Id ⇒ Object
40007 40008 40009 |
# File 'lib/v20180228/models.rb', line 40007 def Id @Id end |
#ProvinceId ⇒ Object
40007 40008 40009 |
# File 'lib/v20180228/models.rb', line 40007 def ProvinceId @ProvinceId end |
#Uuid ⇒ Object
40007 40008 40009 |
# File 'lib/v20180228/models.rb', line 40007 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
40017 40018 40019 40020 40021 40022 40023 |
# File 'lib/v20180228/models.rb', line 40017 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @CountryId = params['CountryId'] @ProvinceId = params['ProvinceId'] @CityId = params['CityId'] end |