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.
8588 8589 8590 8591 8592 8593 |
# File 'lib/v20221121/models.rb', line 8588 def initialize(url=nil, logid=nil, tasklogname=nil, appid=nil) @URL = url @LogId = logid @TaskLogName = tasklogname @AppId = appid end |
Instance Attribute Details
#AppId ⇒ Object
8586 8587 8588 |
# File 'lib/v20221121/models.rb', line 8586 def AppId @AppId end |
#LogId ⇒ Object
8586 8587 8588 |
# File 'lib/v20221121/models.rb', line 8586 def LogId @LogId end |
#TaskLogName ⇒ Object
8586 8587 8588 |
# File 'lib/v20221121/models.rb', line 8586 def TaskLogName @TaskLogName end |
#URL ⇒ Object
8586 8587 8588 |
# File 'lib/v20221121/models.rb', line 8586 def URL @URL end |
Instance Method Details
#deserialize(params) ⇒ Object
8595 8596 8597 8598 8599 8600 |
# File 'lib/v20221121/models.rb', line 8595 def deserialize(params) @URL = params['URL'] @LogId = params['LogId'] @TaskLogName = params['TaskLogName'] @AppId = params['AppId'] end |