Class: TencentCloud::Ioa::V20220601::CreateDLPFileDetectTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ioa::V20220601::CreateDLPFileDetectTaskRequest
- Defined in:
- lib/v20220601/models.rb
Overview
CreateDLPFileDetectTask请求参数结构体
Instance Attribute Summary collapse
- #BalanceType ⇒ Object
- #DomainInstanceId ⇒ Object
- #DownloadUrl ⇒ Object
- #FileMd5 ⇒ Object
- #FileName ⇒ Object
- #GroupId ⇒ Object
- #SelectNodeIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, filename = nil, filemd5 = nil, balancetype = nil, domaininstanceid = nil, selectnodeids = nil, groupid = nil) ⇒ CreateDLPFileDetectTaskRequest
constructor
A new instance of CreateDLPFileDetectTaskRequest.
Constructor Details
#initialize(downloadurl = nil, filename = nil, filemd5 = nil, balancetype = nil, domaininstanceid = nil, selectnodeids = nil, groupid = nil) ⇒ CreateDLPFileDetectTaskRequest
Returns a new instance of CreateDLPFileDetectTaskRequest.
301 302 303 304 305 306 307 308 309 |
# File 'lib/v20220601/models.rb', line 301 def initialize(downloadurl=nil, filename=nil, filemd5=nil, balancetype=nil, domaininstanceid=nil, selectnodeids=nil, groupid=nil) @DownloadUrl = downloadurl @FileName = filename @FileMd5 = filemd5 @BalanceType = balancetype @DomainInstanceId = domaininstanceid @SelectNodeIds = selectnodeids @GroupId = groupid end |
Instance Attribute Details
#BalanceType ⇒ Object
299 300 301 |
# File 'lib/v20220601/models.rb', line 299 def BalanceType @BalanceType end |
#DomainInstanceId ⇒ Object
299 300 301 |
# File 'lib/v20220601/models.rb', line 299 def DomainInstanceId @DomainInstanceId end |
#DownloadUrl ⇒ Object
299 300 301 |
# File 'lib/v20220601/models.rb', line 299 def DownloadUrl @DownloadUrl end |
#FileMd5 ⇒ Object
299 300 301 |
# File 'lib/v20220601/models.rb', line 299 def FileMd5 @FileMd5 end |
#FileName ⇒ Object
299 300 301 |
# File 'lib/v20220601/models.rb', line 299 def FileName @FileName end |
#GroupId ⇒ Object
299 300 301 |
# File 'lib/v20220601/models.rb', line 299 def GroupId @GroupId end |
#SelectNodeIds ⇒ Object
299 300 301 |
# File 'lib/v20220601/models.rb', line 299 def SelectNodeIds @SelectNodeIds end |
Instance Method Details
#deserialize(params) ⇒ Object
311 312 313 314 315 316 317 318 319 |
# File 'lib/v20220601/models.rb', line 311 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @FileName = params['FileName'] @FileMd5 = params['FileMd5'] @BalanceType = params['BalanceType'] @DomainInstanceId = params['DomainInstanceId'] @SelectNodeIds = params['SelectNodeIds'] @GroupId = params['GroupId'] end |