Class: TencentCloud::Mmps::V20200710::DescribeFlySecMiniAppReportUrlRequest

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

Overview

DescribeFlySecMiniAppReportUrl请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taskid = nil, miniappid = nil, mode = nil, reporttype = nil) ⇒ DescribeFlySecMiniAppReportUrlRequest

Returns a new instance of DescribeFlySecMiniAppReportUrlRequest.



524
525
526
527
528
529
# File 'lib/v20200710/models.rb', line 524

def initialize(taskid=nil, miniappid=nil, mode=nil, reporttype=nil)
  @TaskID = taskid
  @MiniAppID = miniappid
  @Mode = mode
  @ReportType = reporttype
end

Instance Attribute Details

#MiniAppIDObject

Parameters:

  • TaskID:

    任务id

  • MiniAppID:

    小程序appid

  • Mode:

    诊断方式 1:基础诊断,2:深度诊断

  • ReportType:

    诊断报告类型 0:基础诊断报告,1:总裁版诊断报告,2:诊断报告json结果



522
523
524
# File 'lib/v20200710/models.rb', line 522

def MiniAppID
  @MiniAppID
end

#ModeObject

Parameters:

  • TaskID:

    任务id

  • MiniAppID:

    小程序appid

  • Mode:

    诊断方式 1:基础诊断,2:深度诊断

  • ReportType:

    诊断报告类型 0:基础诊断报告,1:总裁版诊断报告,2:诊断报告json结果



522
523
524
# File 'lib/v20200710/models.rb', line 522

def Mode
  @Mode
end

#ReportTypeObject

Parameters:

  • TaskID:

    任务id

  • MiniAppID:

    小程序appid

  • Mode:

    诊断方式 1:基础诊断,2:深度诊断

  • ReportType:

    诊断报告类型 0:基础诊断报告,1:总裁版诊断报告,2:诊断报告json结果



522
523
524
# File 'lib/v20200710/models.rb', line 522

def ReportType
  @ReportType
end

#TaskIDObject

Parameters:

  • TaskID:

    任务id

  • MiniAppID:

    小程序appid

  • Mode:

    诊断方式 1:基础诊断,2:深度诊断

  • ReportType:

    诊断报告类型 0:基础诊断报告,1:总裁版诊断报告,2:诊断报告json结果



522
523
524
# File 'lib/v20200710/models.rb', line 522

def TaskID
  @TaskID
end

Instance Method Details

#deserialize(params) ⇒ Object



531
532
533
534
535
536
# File 'lib/v20200710/models.rb', line 531

def deserialize(params)
  @TaskID = params['TaskID']
  @MiniAppID = params['MiniAppID']
  @Mode = params['Mode']
  @ReportType = params['ReportType']
end