Class: TencentCloud::Mmps::V20200710::CreateFlySecMiniAppScanTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mmps::V20200710::CreateFlySecMiniAppScanTaskRequest
- Defined in:
- lib/v20200710/models.rb
Overview
CreateFlySecMiniAppScanTask请求参数结构体
Instance Attribute Summary collapse
- #Email ⇒ Object
- #Industry ⇒ Object
- #MiniAppID ⇒ Object
- #MiniAppTestAccount ⇒ Object
- #MiniAppTestPwd ⇒ Object
- #Mobile ⇒ Object
- #Mode ⇒ Object
- #SalesPerson ⇒ Object
- #ScanVersion ⇒ Object
- #SurveyContent ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(miniappid = nil, mode = nil, miniapptestaccount = nil, miniapptestpwd = nil, industry = nil, surveycontent = nil, mobile = nil, email = nil, salesperson = nil, scanversion = nil) ⇒ CreateFlySecMiniAppScanTaskRequest
constructor
A new instance of CreateFlySecMiniAppScanTaskRequest.
Constructor Details
#initialize(miniappid = nil, mode = nil, miniapptestaccount = nil, miniapptestpwd = nil, industry = nil, surveycontent = nil, mobile = nil, email = nil, salesperson = nil, scanversion = nil) ⇒ CreateFlySecMiniAppScanTaskRequest
Returns a new instance of CreateFlySecMiniAppScanTaskRequest.
412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/v20200710/models.rb', line 412 def initialize(miniappid=nil, mode=nil, miniapptestaccount=nil, miniapptestpwd=nil, industry=nil, surveycontent=nil, mobile=nil, email=nil, salesperson=nil, scanversion=nil) @MiniAppID = miniappid @Mode = mode @MiniAppTestAccount = miniapptestaccount @MiniAppTestPwd = miniapptestpwd @Industry = industry @SurveyContent = surveycontent @Mobile = mobile @Email = email @SalesPerson = salesperson @ScanVersion = scanversion end |
Instance Attribute Details
#Email ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def Email @Email end |
#Industry ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def Industry @Industry end |
#MiniAppID ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def MiniAppID @MiniAppID end |
#MiniAppTestAccount ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def MiniAppTestAccount @MiniAppTestAccount end |
#MiniAppTestPwd ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def MiniAppTestPwd @MiniAppTestPwd end |
#Mobile ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def Mobile @Mobile end |
#Mode ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def Mode @Mode end |
#SalesPerson ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def SalesPerson @SalesPerson end |
#ScanVersion ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def ScanVersion @ScanVersion end |
#SurveyContent ⇒ Object
410 411 412 |
# File 'lib/v20200710/models.rb', line 410 def SurveyContent @SurveyContent end |
Instance Method Details
#deserialize(params) ⇒ Object
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/v20200710/models.rb', line 425 def deserialize(params) @MiniAppID = params['MiniAppID'] @Mode = params['Mode'] @MiniAppTestAccount = params['MiniAppTestAccount'] @MiniAppTestPwd = params['MiniAppTestPwd'] @Industry = params['Industry'] @SurveyContent = params['SurveyContent'] @Mobile = params['Mobile'] @Email = params['Email'] @SalesPerson = params['SalesPerson'] @ScanVersion = params['ScanVersion'] end |