Class: TencentCloud::Cls::V20201016::RetryShipperTaskResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::RetryShipperTaskResponse
- Defined in:
- lib/v20201016/models.rb
Overview
RetryShipperTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RetryShipperTaskResponse
constructor
A new instance of RetryShipperTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RetryShipperTaskResponse
Returns a new instance of RetryShipperTaskResponse.
12474 12475 12476 |
# File 'lib/v20201016/models.rb', line 12474 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12472 12473 12474 |
# File 'lib/v20201016/models.rb', line 12472 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12478 12479 12480 |
# File 'lib/v20201016/models.rb', line 12478 def deserialize(params) @RequestId = params['RequestId'] end |