Class: TencentCloud::Acp::V20220105::DescribeChannelTaskReportUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Acp::V20220105::DescribeChannelTaskReportUrlRequest
- Defined in:
- lib/v20220105/models.rb
Overview
DescribeChannelTaskReportUrl请求参数结构体
Instance Attribute Summary collapse
- #AppMD5 ⇒ Object
- #Platform ⇒ Object
- #ReportType ⇒ Object
- #Source ⇒ Object
- #TaskID ⇒ Object
- #TaskType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(source = nil, platform = nil, taskid = nil, tasktype = nil, reporttype = nil, appmd5 = nil) ⇒ DescribeChannelTaskReportUrlRequest
constructor
A new instance of DescribeChannelTaskReportUrlRequest.
Constructor Details
#initialize(source = nil, platform = nil, taskid = nil, tasktype = nil, reporttype = nil, appmd5 = nil) ⇒ DescribeChannelTaskReportUrlRequest
Returns a new instance of DescribeChannelTaskReportUrlRequest.
344 345 346 347 348 349 350 351 |
# File 'lib/v20220105/models.rb', line 344 def initialize(source=nil, platform=nil, taskid=nil, tasktype=nil, reporttype=nil, appmd5=nil) @Source = source @Platform = platform @TaskID = taskid @TaskType = tasktype @ReportType = reporttype @AppMD5 = appmd5 end |
Instance Attribute Details
#AppMD5 ⇒ Object
342 343 344 |
# File 'lib/v20220105/models.rb', line 342 def AppMD5 @AppMD5 end |
#Platform ⇒ Object
342 343 344 |
# File 'lib/v20220105/models.rb', line 342 def Platform @Platform end |
#ReportType ⇒ Object
342 343 344 |
# File 'lib/v20220105/models.rb', line 342 def ReportType @ReportType end |
#Source ⇒ Object
342 343 344 |
# File 'lib/v20220105/models.rb', line 342 def Source @Source end |
#TaskID ⇒ Object
342 343 344 |
# File 'lib/v20220105/models.rb', line 342 def TaskID @TaskID end |
#TaskType ⇒ Object
342 343 344 |
# File 'lib/v20220105/models.rb', line 342 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
353 354 355 356 357 358 359 360 |
# File 'lib/v20220105/models.rb', line 353 def deserialize(params) @Source = params['Source'] @Platform = params['Platform'] @TaskID = params['TaskID'] @TaskType = params['TaskType'] @ReportType = params['ReportType'] @AppMD5 = params['AppMD5'] end |