Class: TencentCloud::Csip::V20221121::TaskLogURL

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20221121/models.rb

Overview

报告pdf下载的临时链接

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AppIdObject

Parameters:

  • URL:

    报告下载临时链接

  • LogId:

    任务报告id

  • TaskLogName:

    任务报告名称

  • AppId:

    APP ID



8586
8587
8588
# File 'lib/v20221121/models.rb', line 8586

def AppId
  @AppId
end

#LogIdObject

Parameters:

  • URL:

    报告下载临时链接

  • LogId:

    任务报告id

  • TaskLogName:

    任务报告名称

  • AppId:

    APP ID



8586
8587
8588
# File 'lib/v20221121/models.rb', line 8586

def LogId
  @LogId
end

#TaskLogNameObject

Parameters:

  • URL:

    报告下载临时链接

  • LogId:

    任务报告id

  • TaskLogName:

    任务报告名称

  • AppId:

    APP ID



8586
8587
8588
# File 'lib/v20221121/models.rb', line 8586

def TaskLogName
  @TaskLogName
end

#URLObject

Parameters:

  • URL:

    报告下载临时链接

  • LogId:

    任务报告id

  • TaskLogName:

    任务报告名称

  • AppId:

    APP ID



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