Class: TencentCloud::Acp::V20220105::CreateAppScanTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Acp::V20220105::CreateAppScanTaskRequest
- Defined in:
- lib/v20220105/models.rb
Overview
CreateAppScanTask请求参数结构体
Instance Attribute Summary collapse
- #AppDownloadUrl ⇒ Object
- #AppName ⇒ Object
- #AppPackage ⇒ Object
- #AppSha1 ⇒ Object
- #AppVersion ⇒ Object
- #ContactName ⇒ Object
- #CorpName ⇒ Object
- #Email ⇒ Object
- #FileID ⇒ Object
- #IsAgreePrivacy ⇒ Object
- #Platform ⇒ Object
- #PrivacyTextMD5 ⇒ Object
- #PrivacyTextName ⇒ Object
- #PrivacyTextUrl ⇒ Object
- #Remark ⇒ Object
- #SalesPerson ⇒ Object
- #Source ⇒ Object
- #TaskType ⇒ Object
- #TelNumber ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tasktype = nil, source = nil, platform = nil, apppackage = nil, appname = nil, appversion = nil, fileid = nil, appdownloadurl = nil, privacytexturl = nil, contactname = nil, telnumber = nil, email = nil, corpname = nil, salesperson = nil, remark = nil, isagreeprivacy = nil, privacytextname = nil, appsha1 = nil, privacytextmd5 = nil) ⇒ CreateAppScanTaskRequest
constructor
A new instance of CreateAppScanTaskRequest.
Constructor Details
#initialize(tasktype = nil, source = nil, platform = nil, apppackage = nil, appname = nil, appversion = nil, fileid = nil, appdownloadurl = nil, privacytexturl = nil, contactname = nil, telnumber = nil, email = nil, corpname = nil, salesperson = nil, remark = nil, isagreeprivacy = nil, privacytextname = nil, appsha1 = nil, privacytextmd5 = nil) ⇒ CreateAppScanTaskRequest
Returns a new instance of CreateAppScanTaskRequest.
258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 |
# File 'lib/v20220105/models.rb', line 258 def initialize(tasktype=nil, source=nil, platform=nil, apppackage=nil, appname=nil, appversion=nil, fileid=nil, appdownloadurl=nil, privacytexturl=nil, contactname=nil, telnumber=nil, email=nil, corpname=nil, salesperson=nil, remark=nil, isagreeprivacy=nil, privacytextname=nil, appsha1=nil, privacytextmd5=nil) @TaskType = tasktype @Source = source @Platform = platform @AppPackage = apppackage @AppName = appname @AppVersion = appversion @FileID = fileid @AppDownloadUrl = appdownloadurl @PrivacyTextUrl = privacytexturl @ContactName = contactname @TelNumber = telnumber @Email = email @CorpName = corpname @SalesPerson = salesperson @Remark = remark @IsAgreePrivacy = isagreeprivacy @PrivacyTextName = privacytextname @AppSha1 = appsha1 @PrivacyTextMD5 = privacytextmd5 end |
Instance Attribute Details
#AppDownloadUrl ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def AppDownloadUrl @AppDownloadUrl end |
#AppName ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def AppName @AppName end |
#AppPackage ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def AppPackage @AppPackage end |
#AppSha1 ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def AppSha1 @AppSha1 end |
#AppVersion ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def AppVersion @AppVersion end |
#ContactName ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def ContactName @ContactName end |
#CorpName ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def CorpName @CorpName end |
#Email ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def Email @Email end |
#FileID ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def FileID @FileID end |
#IsAgreePrivacy ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def IsAgreePrivacy @IsAgreePrivacy end |
#Platform ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def Platform @Platform end |
#PrivacyTextMD5 ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def PrivacyTextMD5 @PrivacyTextMD5 end |
#PrivacyTextName ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def PrivacyTextName @PrivacyTextName end |
#PrivacyTextUrl ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def PrivacyTextUrl @PrivacyTextUrl end |
#Remark ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def Remark @Remark end |
#SalesPerson ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def SalesPerson @SalesPerson end |
#Source ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def Source @Source end |
#TaskType ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def TaskType @TaskType end |
#TelNumber ⇒ Object
256 257 258 |
# File 'lib/v20220105/models.rb', line 256 def TelNumber @TelNumber end |
Instance Method Details
#deserialize(params) ⇒ Object
280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/v20220105/models.rb', line 280 def deserialize(params) @TaskType = params['TaskType'] @Source = params['Source'] @Platform = params['Platform'] @AppPackage = params['AppPackage'] @AppName = params['AppName'] @AppVersion = params['AppVersion'] @FileID = params['FileID'] @AppDownloadUrl = params['AppDownloadUrl'] @PrivacyTextUrl = params['PrivacyTextUrl'] @ContactName = params['ContactName'] @TelNumber = params['TelNumber'] @Email = params['Email'] @CorpName = params['CorpName'] @SalesPerson = params['SalesPerson'] @Remark = params['Remark'] @IsAgreePrivacy = params['IsAgreePrivacy'] @PrivacyTextName = params['PrivacyTextName'] @AppSha1 = params['AppSha1'] @PrivacyTextMD5 = params['PrivacyTextMD5'] end |