Class: TencentCloud::Cwp::V20180228::DescribeBaselineHostTopResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeBaselineHostTopResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeBaselineHostTop返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(baselinehosttoplist = nil, requestid = nil) ⇒ DescribeBaselineHostTopResponse
constructor
A new instance of DescribeBaselineHostTopResponse.
Constructor Details
#initialize(baselinehosttoplist = nil, requestid = nil) ⇒ DescribeBaselineHostTopResponse
Returns a new instance of DescribeBaselineHostTopResponse.
12386 12387 12388 12389 |
# File 'lib/v20180228/models.rb', line 12386 def initialize(baselinehosttoplist=nil, requestid=nil) @BaselineHostTopList = baselinehosttoplist @RequestId = requestid end |
Instance Attribute Details
#BaselineHostTopList ⇒ Object
12384 12385 12386 |
# File 'lib/v20180228/models.rb', line 12384 def BaselineHostTopList @BaselineHostTopList end |
#RequestId ⇒ Object
12384 12385 12386 |
# File 'lib/v20180228/models.rb', line 12384 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12391 12392 12393 12394 12395 12396 12397 12398 12399 12400 12401 |
# File 'lib/v20180228/models.rb', line 12391 def deserialize(params) unless params['BaselineHostTopList'].nil? @BaselineHostTopList = [] params['BaselineHostTopList'].each do |i| baselinehosttoplist_tmp = BaselineHostTopList.new baselinehosttoplist_tmp.deserialize(i) @BaselineHostTopList << baselinehosttoplist_tmp end end @RequestId = params['RequestId'] end |