Class: TencentCloud::Trp::V20210515::CreateTraceCodesAsyncResponse
- Inherits:
- 
      Common::AbstractModel
      
        - Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::CreateTraceCodesAsyncResponse
 
- Defined in:
- lib/v20210515/models.rb
Overview
CreateTraceCodesAsync返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
- 
  
    
      #initialize(batchid = nil, requestid = nil)  ⇒ CreateTraceCodesAsyncResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CreateTraceCodesAsyncResponse. 
Constructor Details
#initialize(batchid = nil, requestid = nil) ⇒ CreateTraceCodesAsyncResponse
Returns a new instance of CreateTraceCodesAsyncResponse.
| 1155 1156 1157 1158 | # File 'lib/v20210515/models.rb', line 1155 def initialize(batchid=nil, requestid=nil) @BatchId = batchid @RequestId = requestid end | 
Instance Attribute Details
#BatchId ⇒ Object
| 1153 1154 1155 | # File 'lib/v20210515/models.rb', line 1153 def BatchId @BatchId end | 
#RequestId ⇒ Object
| 1153 1154 1155 | # File 'lib/v20210515/models.rb', line 1153 def RequestId @RequestId end | 
Instance Method Details
#deserialize(params) ⇒ Object
| 1160 1161 1162 1163 | # File 'lib/v20210515/models.rb', line 1160 def deserialize(params) @BatchId = params['BatchId'] @RequestId = params['RequestId'] end |