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.
35031 35032 35033 35034 35035 35036 |
# File 'lib/v20180228/models.rb', line 35031 def initialize(cityid=nil, provinceid=nil, countryid=nil, location=nil) @CityId = cityid @ProvinceId = provinceid @CountryId = countryid @Location = location end |
Instance Attribute Details
#CityId ⇒ Object
35029 35030 35031 |
# File 'lib/v20180228/models.rb', line 35029 def CityId @CityId end |
#CountryId ⇒ Object
35029 35030 35031 |
# File 'lib/v20180228/models.rb', line 35029 def CountryId @CountryId end |
#Location ⇒ Object
35029 35030 35031 |
# File 'lib/v20180228/models.rb', line 35029 def Location @Location end |
#ProvinceId ⇒ Object
35029 35030 35031 |
# File 'lib/v20180228/models.rb', line 35029 def ProvinceId @ProvinceId end |
Instance Method Details
#deserialize(params) ⇒ Object
35038 35039 35040 35041 35042 35043 |
# File 'lib/v20180228/models.rb', line 35038 def deserialize(params) @CityId = params['CityId'] @ProvinceId = params['ProvinceId'] @CountryId = params['CountryId'] @Location = params['Location'] end |