Class: TencentCloud::Trp::V20210515::DeleteCodeBatchResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DeleteCodeBatchResponse
- Defined in:
- lib/v20210515/models.rb
Overview
DeleteCodeBatch返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchid = nil, requestid = nil) ⇒ DeleteCodeBatchResponse
constructor
A new instance of DeleteCodeBatchResponse.
Constructor Details
#initialize(batchid = nil, requestid = nil) ⇒ DeleteCodeBatchResponse
Returns a new instance of DeleteCodeBatchResponse.
1407 1408 1409 1410 |
# File 'lib/v20210515/models.rb', line 1407 def initialize(batchid=nil, requestid=nil) @BatchId = batchid @RequestId = requestid end |
Instance Attribute Details
#BatchId ⇒ Object
1405 1406 1407 |
# File 'lib/v20210515/models.rb', line 1405 def BatchId @BatchId end |
#RequestId ⇒ Object
1405 1406 1407 |
# File 'lib/v20210515/models.rb', line 1405 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1412 1413 1414 1415 |
# File 'lib/v20210515/models.rb', line 1412 def deserialize(params) @BatchId = params['BatchId'] @RequestId = params['RequestId'] end |