Class: TencentCloud::Csip::V20221121::ReportItemKey
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::ReportItemKey
- Defined in:
- lib/v20221121/models.rb
Overview
报告项key
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskloglist = nil) ⇒ ReportItemKey
constructor
A new instance of ReportItemKey.
Constructor Details
#initialize(taskloglist = nil) ⇒ ReportItemKey
Returns a new instance of ReportItemKey.
10996 10997 10998 |
# File 'lib/v20221121/models.rb', line 10996 def initialize(taskloglist=nil) @TaskLogList = taskloglist end |
Instance Attribute Details
#TaskLogList ⇒ Object
10994 10995 10996 |
# File 'lib/v20221121/models.rb', line 10994 def TaskLogList @TaskLogList end |
Instance Method Details
#deserialize(params) ⇒ Object
11000 11001 11002 |
# File 'lib/v20221121/models.rb', line 11000 def deserialize(params) @TaskLogList = params['TaskLogList'] end |