Class: TencentCloud::Trp::V20210515::ModifyTraceCodeUnlinkResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::ModifyTraceCodeUnlinkResponse
- Defined in:
- lib/v20210515/models.rb
Overview
ModifyTraceCodeUnlink返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(unlinkcnt = nil, codecnt = nil, batchid = nil, requestid = nil) ⇒ ModifyTraceCodeUnlinkResponse
constructor
A new instance of ModifyTraceCodeUnlinkResponse.
Constructor Details
#initialize(unlinkcnt = nil, codecnt = nil, batchid = nil, requestid = nil) ⇒ ModifyTraceCodeUnlinkResponse
Returns a new instance of ModifyTraceCodeUnlinkResponse.
3551 3552 3553 3554 3555 3556 |
# File 'lib/v20210515/models.rb', line 3551 def initialize(unlinkcnt=nil, codecnt=nil, batchid=nil, requestid=nil) @UnlinkCnt = unlinkcnt @CodeCnt = codecnt @BatchId = batchid @RequestId = requestid end |
Instance Attribute Details
#BatchId ⇒ Object
3549 3550 3551 |
# File 'lib/v20210515/models.rb', line 3549 def BatchId @BatchId end |
#CodeCnt ⇒ Object
3549 3550 3551 |
# File 'lib/v20210515/models.rb', line 3549 def CodeCnt @CodeCnt end |
#RequestId ⇒ Object
3549 3550 3551 |
# File 'lib/v20210515/models.rb', line 3549 def RequestId @RequestId end |
#UnlinkCnt ⇒ Object
3549 3550 3551 |
# File 'lib/v20210515/models.rb', line 3549 def UnlinkCnt @UnlinkCnt end |
Instance Method Details
#deserialize(params) ⇒ Object
3558 3559 3560 3561 3562 3563 |
# File 'lib/v20210515/models.rb', line 3558 def deserialize(params) @UnlinkCnt = params['UnlinkCnt'] @CodeCnt = params['CodeCnt'] @BatchId = params['BatchId'] @RequestId = params['RequestId'] end |