Class: TencentCloud::Yunjing::V20180228::RegionInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::RegionInfo
- Defined in:
- lib/v20180228/models.rb
Overview
地域信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(region = nil, regionname = nil, regionid = nil, regioncode = nil) ⇒ RegionInfo
constructor
A new instance of RegionInfo.
Constructor Details
#initialize(region = nil, regionname = nil, regionid = nil, regioncode = nil) ⇒ RegionInfo
6039 6040 6041 6042 6043 6044 |
# File 'lib/v20180228/models.rb', line 6039 def initialize(region=nil, regionname=nil, regionid=nil, regioncode=nil) @Region = region @RegionName = regionname @RegionId = regionid @RegionCode = regioncode end |
Instance Attribute Details
#Region ⇒ Object
6037 6038 6039 |
# File 'lib/v20180228/models.rb', line 6037 def Region @Region end |
#RegionCode ⇒ Object
6037 6038 6039 |
# File 'lib/v20180228/models.rb', line 6037 def RegionCode @RegionCode end |
#RegionId ⇒ Object
6037 6038 6039 |
# File 'lib/v20180228/models.rb', line 6037 def RegionId @RegionId end |
#RegionName ⇒ Object
6037 6038 6039 |
# File 'lib/v20180228/models.rb', line 6037 def RegionName @RegionName end |
Instance Method Details
#deserialize(params) ⇒ Object
6046 6047 6048 6049 6050 6051 |
# File 'lib/v20180228/models.rb', line 6046 def deserialize(params) @Region = params['Region'] @RegionName = params['RegionName'] @RegionId = params['RegionId'] @RegionCode = params['RegionCode'] end |