Class: TencentCloud::Mmps::V20200710::DescribeScanTaskReportUrlRequest

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

Overview

DescribeScanTaskReportUrl请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(source = nil, taskid = nil, platform = nil, reporttype = nil, tasktype = nil) ⇒ DescribeScanTaskReportUrlRequest

Returns a new instance of DescribeScanTaskReportUrlRequest.



945
946
947
948
949
950
951
# File 'lib/v20200710/models.rb', line 945

def initialize(source=nil, taskid=nil, platform=nil, reporttype=nil, tasktype=nil)
  @Source = source
  @TaskID = taskid
  @Platform = platform
  @ReportType = reporttype
  @TaskType = tasktype
end

Instance Attribute Details

#PlatformObject

Parameters:

  • Source:

    任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);

  • TaskID:

    任务id

  • Platform:

    应用平台, 0:android, 1:ios, 2:小程序

  • ReportType:

    报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果

  • TaskType:

    任务类型, 0:基础版, 1:专家版, 2:本地化



943
944
945
# File 'lib/v20200710/models.rb', line 943

def Platform
  @Platform
end

#ReportTypeObject

Parameters:

  • Source:

    任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);

  • TaskID:

    任务id

  • Platform:

    应用平台, 0:android, 1:ios, 2:小程序

  • ReportType:

    报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果

  • TaskType:

    任务类型, 0:基础版, 1:专家版, 2:本地化



943
944
945
# File 'lib/v20200710/models.rb', line 943

def ReportType
  @ReportType
end

#SourceObject

Parameters:

  • Source:

    任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);

  • TaskID:

    任务id

  • Platform:

    应用平台, 0:android, 1:ios, 2:小程序

  • ReportType:

    报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果

  • TaskType:

    任务类型, 0:基础版, 1:专家版, 2:本地化



943
944
945
# File 'lib/v20200710/models.rb', line 943

def Source
  @Source
end

#TaskIDObject

Parameters:

  • Source:

    任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);

  • TaskID:

    任务id

  • Platform:

    应用平台, 0:android, 1:ios, 2:小程序

  • ReportType:

    报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果

  • TaskType:

    任务类型, 0:基础版, 1:专家版, 2:本地化



943
944
945
# File 'lib/v20200710/models.rb', line 943

def TaskID
  @TaskID
end

#TaskTypeObject

Parameters:

  • Source:

    任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);

  • TaskID:

    任务id

  • Platform:

    应用平台, 0:android, 1:ios, 2:小程序

  • ReportType:

    报告类型, 0:诊断报告, 1:堆栈报告(预留), 2:视频证据(预留), 3:报告json结果

  • TaskType:

    任务类型, 0:基础版, 1:专家版, 2:本地化



943
944
945
# File 'lib/v20200710/models.rb', line 943

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



953
954
955
956
957
958
959
# File 'lib/v20200710/models.rb', line 953

def deserialize(params)
  @Source = params['Source']
  @TaskID = params['TaskID']
  @Platform = params['Platform']
  @ReportType = params['ReportType']
  @TaskType = params['TaskType']
end