Class: TencentCloud::Trp::V20210515::ModifyTraceCodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::ModifyTraceCodeResponse
- Defined in:
- lib/v20210515/models.rb
Overview
ModifyTraceCode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyTraceCodeResponse
constructor
A new instance of ModifyTraceCodeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyTraceCodeResponse
Returns a new instance of ModifyTraceCodeResponse.
3505 3506 3507 |
# File 'lib/v20210515/models.rb', line 3505 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3503 3504 3505 |
# File 'lib/v20210515/models.rb', line 3503 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3509 3510 3511 |
# File 'lib/v20210515/models.rb', line 3509 def deserialize(params) @RequestId = params['RequestId'] end |