Class: TencentCloud::Trp::V20210515::DeleteCodeBatchRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DeleteCodeBatchRequest
- Defined in:
- lib/v20210515/models.rb
Overview
DeleteCodeBatch请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(corpid = nil, batchid = nil) ⇒ DeleteCodeBatchRequest
constructor
A new instance of DeleteCodeBatchRequest.
Constructor Details
#initialize(corpid = nil, batchid = nil) ⇒ DeleteCodeBatchRequest
Returns a new instance of DeleteCodeBatchRequest.
1387 1388 1389 1390 |
# File 'lib/v20210515/models.rb', line 1387 def initialize(corpid=nil, batchid=nil) @CorpId = corpid @BatchId = batchid end |
Instance Attribute Details
#BatchId ⇒ Object
1385 1386 1387 |
# File 'lib/v20210515/models.rb', line 1385 def BatchId @BatchId end |
#CorpId ⇒ Object
1385 1386 1387 |
# File 'lib/v20210515/models.rb', line 1385 def CorpId @CorpId end |
Instance Method Details
#deserialize(params) ⇒ Object
1392 1393 1394 1395 |
# File 'lib/v20210515/models.rb', line 1392 def deserialize(params) @CorpId = params['CorpId'] @BatchId = params['BatchId'] end |