Class: TencentCloud::Trp::V20210515::CreateCodeBatchResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::CreateCodeBatchResponse
- Defined in:
- lib/v20210515/models.rb
Overview
CreateCodeBatch返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchid = nil, requestid = nil) ⇒ CreateCodeBatchResponse
constructor
A new instance of CreateCodeBatchResponse.
Constructor Details
#initialize(batchid = nil, requestid = nil) ⇒ CreateCodeBatchResponse
Returns a new instance of CreateCodeBatchResponse.
634 635 636 637 |
# File 'lib/v20210515/models.rb', line 634 def initialize(batchid=nil, requestid=nil) @BatchId = batchid @RequestId = requestid end |
Instance Attribute Details
#BatchId ⇒ Object
632 633 634 |
# File 'lib/v20210515/models.rb', line 632 def BatchId @BatchId end |
#RequestId ⇒ Object
632 633 634 |
# File 'lib/v20210515/models.rb', line 632 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
639 640 641 642 |
# File 'lib/v20210515/models.rb', line 639 def deserialize(params) @BatchId = params['BatchId'] @RequestId = params['RequestId'] end |