Class: TencentCloud::Yunjing::V20180228::UsualPlace
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::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.
6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/v20180228/models.rb', line 6649 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
6647 6648 6649 |
# File 'lib/v20180228/models.rb', line 6647 def CityId @CityId end |
#CountryId ⇒ Object
6647 6648 6649 |
# File 'lib/v20180228/models.rb', line 6647 def CountryId @CountryId end |
#Id ⇒ Object
6647 6648 6649 |
# File 'lib/v20180228/models.rb', line 6647 def Id @Id end |
#ProvinceId ⇒ Object
6647 6648 6649 |
# File 'lib/v20180228/models.rb', line 6647 def ProvinceId @ProvinceId end |
#Uuid ⇒ Object
6647 6648 6649 |
# File 'lib/v20180228/models.rb', line 6647 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
6657 6658 6659 6660 6661 6662 6663 |
# File 'lib/v20180228/models.rb', line 6657 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @CountryId = params['CountryId'] @ProvinceId = params['ProvinceId'] @CityId = params['CityId'] end |