Class: TencentCloud::Csip::V20221121::TaskLogURL
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::TaskLogURL
- Defined in:
- lib/v20221121/models.rb
Overview
报告pdf下载的临时链接
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, logid = nil, tasklogname = nil, appid = nil) ⇒ TaskLogURL
constructor
A new instance of TaskLogURL.
Constructor Details
#initialize(url = nil, logid = nil, tasklogname = nil, appid = nil) ⇒ TaskLogURL
Returns a new instance of TaskLogURL.
12577 12578 12579 12580 12581 12582 |
# File 'lib/v20221121/models.rb', line 12577 def initialize(url=nil, logid=nil, tasklogname=nil, appid=nil) @URL = url @LogId = logid @TaskLogName = tasklogname @AppId = appid end |
Instance Attribute Details
#AppId ⇒ Object
12575 12576 12577 |
# File 'lib/v20221121/models.rb', line 12575 def AppId @AppId end |
#LogId ⇒ Object
12575 12576 12577 |
# File 'lib/v20221121/models.rb', line 12575 def LogId @LogId end |
#TaskLogName ⇒ Object
12575 12576 12577 |
# File 'lib/v20221121/models.rb', line 12575 def TaskLogName @TaskLogName end |
#URL ⇒ Object
12575 12576 12577 |
# File 'lib/v20221121/models.rb', line 12575 def URL @URL end |
Instance Method Details
#deserialize(params) ⇒ Object
12584 12585 12586 12587 12588 12589 |
# File 'lib/v20221121/models.rb', line 12584 def deserialize(params) @URL = params['URL'] @LogId = params['LogId'] @TaskLogName = params['TaskLogName'] @AppId = params['AppId'] end |