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.
16490 16491 16492 |
# File 'lib/v20201016/models.rb', line 16490 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16488 16489 16490 |
# File 'lib/v20201016/models.rb', line 16488 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16494 16495 16496 |
# File 'lib/v20201016/models.rb', line 16494 def deserialize(params) @RequestId = params['RequestId'] end |