Class: TencentCloud::Cwp::V20180228::DescribeScreenEventsCntResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeScreenEventsCntResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeScreenEventsCnt返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(info = nil, requestid = nil) ⇒ DescribeScreenEventsCntResponse
constructor
A new instance of DescribeScreenEventsCntResponse.
Constructor Details
#initialize(info = nil, requestid = nil) ⇒ DescribeScreenEventsCntResponse
Returns a new instance of DescribeScreenEventsCntResponse.
21159 21160 21161 21162 |
# File 'lib/v20180228/models.rb', line 21159 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
21157 21158 21159 |
# File 'lib/v20180228/models.rb', line 21157 def Info @Info end |
#RequestId ⇒ Object
21157 21158 21159 |
# File 'lib/v20180228/models.rb', line 21157 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
21164 21165 21166 21167 21168 21169 21170 21171 21172 21173 21174 |
# File 'lib/v20180228/models.rb', line 21164 def deserialize(params) unless params['Info'].nil? @Info = [] params['Info'].each do |i| screeneventscnt_tmp = ScreenEventsCnt.new screeneventscnt_tmp.deserialize(i) @Info << screeneventscnt_tmp end end @RequestId = params['RequestId'] end |