Class: TencentCloud::Mmps::V20200710::DescribeFlySecMiniAppReportUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mmps::V20200710::DescribeFlySecMiniAppReportUrlRequest
- Defined in:
- lib/v20200710/models.rb
Overview
DescribeFlySecMiniAppReportUrl请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, miniappid = nil, mode = nil, reporttype = nil) ⇒ DescribeFlySecMiniAppReportUrlRequest
constructor
A new instance of DescribeFlySecMiniAppReportUrlRequest.
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
#MiniAppID ⇒ Object
522 523 524 |
# File 'lib/v20200710/models.rb', line 522 def MiniAppID @MiniAppID end |
#Mode ⇒ Object
522 523 524 |
# File 'lib/v20200710/models.rb', line 522 def Mode @Mode end |
#ReportType ⇒ Object
522 523 524 |
# File 'lib/v20200710/models.rb', line 522 def ReportType @ReportType end |
#TaskID ⇒ Object
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 |